Skip to content

Commit 38ad050

Browse files
committed
Formatting
1 parent 58377a7 commit 38ad050

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/content/docs/bff/fundamentals/session/handlers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ Now let's look at some more details!
4545

4646
## The OpenID Connect Authentication Handler
4747

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/),
5051
[Microsoft Entra ID](https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id), [Auth0](https://auth0.com/),
5152
[Google Cloud Identity Platform](https://cloud.google.com/identity-platform), [Amazon Cognito](https://aws.amazon.com/cognito/), and more.
5253

src/content/docs/bff/fundamentals/session/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ redirect_from:
1717
This section deals with setting up the following components
1818

1919
* the ASP.NET Core authentication system
20-
* the OpenID Connect handler
21-
* the cookie handler
20+
* the OpenID Connect handler
21+
* the cookie handler
2222
* the BFF session management endpoints
2323
* server-side sessions
2424
* back-channel logout support

0 commit comments

Comments
 (0)