File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/content/docs/bff/fundamentals/session Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ Now let's look at some more details!
45
45
46
46
## The OpenID Connect Authentication Handler
47
47
48
- The OIDC handler connects the application to the authentication / access token system.
49
- It can use any OpenID Connect provider: [ Duende IdentityServer] ( https://duendesoftware.com/products/identityserver/ ) ,
48
+ The OpenID Connect (OIDC) handler connects the application to the authentication / access token system.
49
+
50
+ It can be configured to use any OpenID Connect provider: [ Duende IdentityServer] ( https://duendesoftware.com/products/identityserver/ ) ,
50
51
[ Microsoft Entra ID] ( https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id ) , [ Auth0] ( https://auth0.com/ ) ,
51
52
[ Google Cloud Identity Platform] ( https://cloud.google.com/identity-platform ) , [ Amazon Cognito] ( https://aws.amazon.com/cognito/ ) , and more.
52
53
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ redirect_from:
17
17
This section deals with setting up the following components
18
18
19
19
* the ASP.NET Core authentication system
20
- * the OpenID Connect handler
21
- * the cookie handler
20
+ * the OpenID Connect handler
21
+ * the cookie handler
22
22
* the BFF session management endpoints
23
23
* server-side sessions
24
24
* back-channel logout support
You can’t perform that action at this time.
0 commit comments