Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
4d562694
Commit
4d562694
authored
Aug 24, 2021
by
Vibhuti Sharma [Microsoft]
Browse files
removing TODO
parent
364a6210
Changes
1
Hide whitespace changes
Inline
Side-by-side
provider/partition-azure/src/main/java/org/opengroup/osdu/partition/provider/azure/security/AzureIstioSecurityFilter.java
View file @
4d562694
...
...
@@ -55,11 +55,9 @@ public class AzureIstioSecurityFilter extends OncePerRequestFilter {
.
orElse
(
DEFAULT_ROLE_CLAIM
);
// By default the authenticated is set to true as part PreAuthenticatedAuthenticationToken constructor.
// TODO: check where the claims were being set in case of ADSecurityConfig
SecurityContextHolder
.
getContext
()
.
setAuthentication
(
// TODO: check if aadIssuedBearerToken parameter should be null here
new
PreAuthenticatedAuthenticationToken
(
new
UserPrincipal
(
null
,
null
,
claimsSet
),
null
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment