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
Description:
Currently when we provide consent as 'approve' from the dialog box it maintains the consent per request not for sessions. This limitation impacts OIDC session management as well. Because, to get session management to work, either consent should be skipped or should be approved always by the user. So we should introduce a configuration to support user consents per login sessions as well.
Steps to reproduce:
Configure IS server with playground app
Send an authorization request using authorization code grant type
For the consent provide 'approve' from the dialogue box.
In the same user session again invoke authorization EP using the same grant.
It will ask for the consent again.
We need to have a way to configure consent per user login session.
The text was updated successfully, but these errors were encountered:
Description:
Currently when we provide consent as 'approve' from the dialog box it maintains the consent per request not for sessions. This limitation impacts OIDC session management as well. Because, to get session management to work, either consent should be skipped or should be approved always by the user. So we should introduce a configuration to support user consents per login sessions as well.
Steps to reproduce:
We need to have a way to configure consent per user login session.
The text was updated successfully, but these errors were encountered: