Skip to content

Commit

Permalink
🔧 s3 rm unneeded oauth scope and username mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Sep 17, 2024
1 parent dba2a50 commit 8a1e1fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ spring:
issuer-uri: ${SSO_ISSUER_URL}
user-info-uri: ${SSO_ISSUER_URL}/protocol/openid-connect/userinfo
jwk-set-uri: ${SSO_ISSUER_URL}/protocol/openid-connect/certs
user-name-attribute: user_name
registration:
s3:
provider: keycloak
authorization-grant-type: client_credentials
client-id: ${SSO_S3_CLIENT_ID}
client-secret: ${SSO_S3_CLIENT_SECRET}
scope: email, profile, openid # needed for userInfo endpoint

0 comments on commit 8a1e1fe

Please sign in to comment.