Skip to content

Commit 2185b47

Browse files
Update auth-oidc-proxy/README.md
Co-authored-by: Sascha Schwarze <schwarzs@de.ibm.com>
1 parent 9a468e0 commit 2185b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-oidc-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OIDC Proxy sample
22

3-
This sample demonstrates how to configure an authentication/authorization layer that fronts any arbitrary Code Engine application. In principal, this pattern is pretty generic. To demonstrate it, we chose to implement it with OIDC, an authentication framework that is built on top of the OAuth 2.0 protocol.
3+
This sample demonstrates how to configure an authentication/authorization layer that fronts any arbitrary Code Engine application. In principal, this pattern is pretty generic. To demonstrate it, we chose to implement it with OpenID Connect (OIDC), an authentication framework that is built on top of the OAuth 2.0 protocol.
44

55
The following diagram depicts the components that are involved:
66
![OIDC Proxy architecture overview](./docs/ce-oidc-proxy-overview.png)

0 commit comments

Comments
 (0)