@@ -551,29 +551,37 @@ nav:
551551 - Configure OIDC flows : guides/authentication/oidc/index.md
552552 - Discover OIDC endpoints : guides/authentication/oidc/discover-oidc-configs.md
553553 - Dynamic Client Registration (DCR) : guides/authentication/oidc/oauth-dynamic-client-registration.md
554- - Implement login using the Authorization Code flow : guides/authentication/oidc/implement-auth-code.md
555- - Implement login using the Authorization Code flow and PKCE : guides/authentication/oidc/implement-auth-code-with-pkce.md
556- - Implement private key JWT client authentication for OIDC : guides/authentication/oidc/private-key-jwt-client-auth.md
557- - Implement login using Pushed Authorization Requests : guides/authentication/oidc/implement-login-with-par.md
558- - Implement login using the Device Authorization flow : guides/authentication/oidc/implement-device-flow.md
559- - JWT Secured Authorization Response Mode (JARM) for OAuth 2.0 : guides/authentication/oidc/jarm.md
560- - Implement login using the OIDC Hybrid Flow : guides/authentication/oidc/implement-oidc-hybrid-flow.md
561- - Implement JWT Bearer Grant : guides/authentication/configure-jwt-bearer-grant.md
562- - Configure token exchange : guides/authentication/configure-token-exchange.md
563- - Validate ID tokens : guides/authentication/oidc/validate-id-tokens.md
564- - Request user information : guides/authentication/oidc/request-user-info.md
565- - Validate tokens : guides/authentication/oidc/token-validation-resource-server.md
566- - Validate JWT with JWKS : guides/authentication/oidc/validate-jwt-with-jwks.md
567- - Revoke tokens : guides/authentication/oidc/revoke-tokens.md
568- - Implement logout : guides/authentication/oidc/add-logout.md
569- - Implement back channel logout : guides/authentication/oidc/add-back-channel-logout.md
570- - Implement federated IdP-initiated logout : guides/authentication/oidc/oidc-federated-idp-initiated-logout.md
554+ - Login flows :
555+ - Authorization code flow : guides/authentication/oidc/implement-auth-code.md
556+ - Authorization code flow and PKCE : guides/authentication/oidc/implement-auth-code-with-pkce.md
557+ - Hybrid flow : guides/authentication/oidc/implement-oidc-hybrid-flow.md
558+ - Device authorization flow : guides/authentication/oidc/implement-device-flow.md
559+ - Pushed Authorization Requests (PAR) : guides/authentication/oidc/implement-login-with-par.md
560+ - JWT Secured Authorization Response Mode (JARM) for OAuth 2.0 : guides/authentication/oidc/jarm.md
561+ - Grant types :
562+ - JWT Bearer Grant : guides/authentication/configure-jwt-bearer-grant.md
563+ - Client authentication methods :
564+ - Private key JWT : guides/authentication/oidc/private-key-jwt-client-auth.md
565+ - Tokens and validation :
566+ - Validate tokens at a resource server : guides/authentication/oidc/token-validation-resource-server.md
567+ - Validate JWT with JWKS : guides/authentication/oidc/validate-jwt-with-jwks.md
568+ - Validate ID tokens : guides/authentication/oidc/validate-id-tokens.md
569+ - Encrypt ID tokens :
570+ - Encrypt and decrypt ID tokens : guides/authentication/oidc/encrypt-decrypt-id-tokens.md
571+ - ID token encryption reference : guides/authentication/oidc/id-token-encryption-reference.md
572+ - Request user information : guides/authentication/oidc/request-user-info.md
573+ - Revoke tokens : guides/authentication/oidc/revoke-tokens.md
574+ - Configure token exchange : guides/authentication/configure-token-exchange.md
575+ - Logout :
576+ - Front-channel logout : guides/authentication/oidc/add-logout.md
577+ - Back-channel logout : guides/authentication/oidc/add-back-channel-logout.md
578+ - Federated IdP-initiated logout : guides/authentication/oidc/oidc-federated-idp-initiated-logout.md
571579 - Configure SAML flows :
572- - Configure SAML flows : guides/authentication/saml/index.md
573- - Discover SAML endpoints and settings : guides/authentication/saml/discover-saml-configs.md
574- - SAML artifact binding : guides/authentication/saml/saml-artifact-binding.md
575- - Implement SAML federated IdP-initiated SSO : guides/authentication/saml/saml-federated-idp-initiated-sso.md
576- - SAML back-channel logout : guides/authentication/saml/saml-back-channel-logout.md
580+ - Configure SAML flows : guides/authentication/saml/index.md
581+ - Discover SAML endpoints and settings : guides/authentication/saml/discover-saml-configs.md
582+ - SAML artifact binding : guides/authentication/saml/saml-artifact-binding.md
583+ - Implement SAML federated IdP-initiated SSO : guides/authentication/saml/saml-federated-idp-initiated-sso.md
584+ - SAML back-channel logout : guides/authentication/saml/saml-back-channel-logout.md
577585 - Authorization :
578586 - Authorization : guides/authorization/index.md
579587 - API authorization :
0 commit comments