Skip to content

Commit

Permalink
Merged in DSC-1246-oidc-authentication-scopes-use-old-array-property-…
Browse files Browse the repository at this point in the history
…definition (pull request DSpace#1130)

[DSC-1246] change authentication-oidc.cfg

Approved-by: Francesco Pio Scognamiglio
  • Loading branch information
aliaksandr.kryvasheyeu authored and francescopioscognamiglio committed Sep 25, 2023
2 parents 16d4c69 + bed798b commit bcff6b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dspace/config/modules/authentication-oidc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ authentication-oidc.redirect-url = ${dspace.server.url}/api/authn/oidc

# The scopes to request

authentication-oidc.scopes = openid,email,profile
authentication-oidc.scopes = openid
authentication-oidc.scopes = email
authentication-oidc.scopes = profile

# Specify if the user can self register using OIDC (true|false). If not specified, true is assumed
# This should match the configuration of the OIDC server you are using. The default setting for
Expand Down

0 comments on commit bcff6b6

Please sign in to comment.