You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Enable Consent for client by setting
client.RequireConsent=true,
client.AllowRememberConsent=true
Login, leave RememberConsent checkbox unchecked.
Log out. Login again.
Actual result: consent screen is not shown upon login
Expected result: since user did not hit RememberConsent it should be shown after each login until user agrees to save it.
Editional:
By looking into source code looks like RememberConsent does not play any role during consent save. Consent is saved regardless of RememberConsent checkbox value
Version: 4.0.4
Issue / Steps to reproduce the problem
Enable Consent for client by setting
client.RequireConsent=true,
client.AllowRememberConsent=true
Login, leave RememberConsent checkbox unchecked.
Log out. Login again.
Actual result: consent screen is not shown upon login
Expected result: since user did not hit RememberConsent it should be shown after each login until user agrees to save it.
Editional:
By looking into source code looks like RememberConsent does not play any role during consent save. Consent is saved regardless of RememberConsent checkbox value
IdentityServer4/src/IdentityServer4/src/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs
Line 312 in 88ad5ee
The text was updated successfully, but these errors were encountered: