-
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 <yzabrovarniy@gmail.com>
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
|
|
|
|
|
|
|
…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 <yzabrovarniy@gmail.com> * fix: corrected assertion in RegistrationRestWebServiceHttpTest #5255 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> --------- Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
…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 <yzabrovarniy@gmail.com> * fix: corrected assertion in RegistrationRestWebServiceHttpTest #5255 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> --------- Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> Signed-off-by: Mustafa Baser <mbaser@mail.com>
…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 <yzabrovarniy@gmail.com> * fix: corrected assertion in RegistrationRestWebServiceHttpTest #5255 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> --------- Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> 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