-
Notifications
You must be signed in to change notification settings - Fork 8
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
ATO-983: Get InternalCommonSubjectIdentifier From AuthSession (Auth ICSID 2/3) #5455
base: main
Are you sure you want to change the base?
ATO-983: Get InternalCommonSubjectIdentifier From AuthSession (Auth ICSID 2/3) #5455
Conversation
fa3fc72
to
2fb578c
Compare
c326ca6
to
02d9d3c
Compare
02d9d3c
to
bc49eca
Compare
authSessionService.getSessionFromRequestHeaders(input.getHeaders()); | ||
if (authSession.isEmpty()) { | ||
if (authSessionOptional.isEmpty()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be good to assign the optional to a variable rather than calling get throughout the handler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that'd be better and is more consistent with what's done in the verify mfa code handler
Update UpdateProfileIntegrationTest.java
bc49eca
to
a1e81cf
Compare
Quality Gate passedIssues Measures |
What
Use Internal Common Subject Identifier From Auth Session
How to review
Checklist
Previous PR: #5396
Next PR: #5454