-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(jans-auth-server): rely on end_session
feature flag value when return discovery response
#5255
Labels
comp-jans-auth-server
Component affected by issue or PR
kind-feature
Issue or PR is a new feature request
Milestone
Comments
Back channel discovery values must be updated as well: |
yuriyz
added a commit
that referenced
this issue
Feb 19, 2024
…eturn discovery response #5255 Signed-off-by: YuriyZ <[email protected]>
2 tasks
yuriyz
added a commit
that referenced
this issue
Feb 19, 2024
Signed-off-by: YuriyZ <[email protected]>
yurem
pushed a commit
that referenced
this issue
Feb 19, 2024
…eturn discovery response #5255 (#7766) * feat(jans-auth-server): rely on end_session feature flag value when return discovery response #5255 Signed-off-by: YuriyZ <[email protected]> * fix: corrected assertion in RegistrationRestWebServiceHttpTest #5255 Signed-off-by: YuriyZ <[email protected]> --------- Signed-off-by: YuriyZ <[email protected]>
yurem
pushed a commit
that referenced
this issue
Feb 20, 2024
…eturn discovery response #5255 (#7766) * feat(jans-auth-server): rely on end_session feature flag value when return discovery response #5255 Signed-off-by: YuriyZ <[email protected]> * fix: corrected assertion in RegistrationRestWebServiceHttpTest #5255 Signed-off-by: YuriyZ <[email protected]> --------- Signed-off-by: YuriyZ <[email protected]> Signed-off-by: Yuriy Movchan <[email protected]>
devrimyatar
pushed a commit
that referenced
this issue
Feb 27, 2024
…eturn discovery response #5255 (#7766) * feat(jans-auth-server): rely on end_session feature flag value when return discovery response #5255 Signed-off-by: YuriyZ <[email protected]> * fix: corrected assertion in RegistrationRestWebServiceHttpTest #5255 Signed-off-by: YuriyZ <[email protected]> --------- Signed-off-by: YuriyZ <[email protected]> Signed-off-by: Mustafa Baser <[email protected]>
yuriyz
added a commit
that referenced
this issue
Nov 7, 2024
…eturn discovery response #5255 (#7766) * feat(jans-auth-server): rely on end_session feature flag value when return discovery response #5255 Signed-off-by: YuriyZ <[email protected]> * fix: corrected assertion in RegistrationRestWebServiceHttpTest #5255 Signed-off-by: YuriyZ <[email protected]> --------- Signed-off-by: YuriyZ <[email protected]> Former-commit-id: 78cc0d7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-jans-auth-server
Component affected by issue or PR
kind-feature
Issue or PR is a new feature request
Description
Somehow we don't have configuration property for
frontchannel_logout_supported
but we do have it forfrontchannel_logout_session_supported
. However we don't need it and we should removefrontchannel_logout_session_supported
as well. Instead we should rely onend_session
feature flag. When it is enabled bothfrontchannel_logout_supported
andfrontchannel_logout_session_supported
must returntrue
. If it is disabled both should returnfalse
. I'm opening improvement ticket for it.Test cases and code coverage
Document the changes
The text was updated successfully, but these errors were encountered: