-
Notifications
You must be signed in to change notification settings - Fork 85
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 #7766
Conversation
…eturn discovery response #5255 Signed-off-by: YuriyZ <[email protected]>
Signed-off-by: YuriyZ <[email protected]>
|
|
|
|
|
|
|
…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]>
…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]>
…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
Description
feat(jans-auth-server): rely on end_session feature flag value when return discovery response
Target issue
closes #5255
Test and Document the changes