未授权访问(角色授权)或点击登录,重定向至KeyCloak登录页面。 成功登录后,KeyCloak 会重定向到主 Blazor 应用程序。 对于注销,预期行为是重定向到 KeyCloak、启动注销并重定向回 Blazor 应用主页。相反,在注销时,Blazor 应用程序会重定向到 KeyCloak,并且我收到“缺少参数:id_token_hint”错误。 Blazor 应用程序 - ...
Documentation of behaviour: https://www.keycloak.org/2022/04/keycloak-1800-released section: OpenID Connect Logout Code checking the config of consent: https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/protocol/oidc/endpoints/LogoutEndpoint.java#L233ahcamy2021 added...
OpenID Connect Core 1.0, Section 3.1.2.1, id_token_hint parameter: OPTIONAL. ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client. If the...