Capitalize default value of access token

This commit is contained in:
Konstantinos Triantafyllou 2022-05-11 13:53:11 +03:00
parent 0e2aba2b05
commit 673b0d2e55
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ authentication.oidc.scope=openid,profile,email,eduperson_entitlement
authentication.oidc.id=id authentication.oidc.id=id
authentication.oidc.secret=secret authentication.oidc.secret=secret
authentication.session=openAIRESession authentication.session=openAIRESession
authentication.accessToken=accessToken authentication.accessToken=AccessToken
authentication.redirect=http://mpagasas.di.uoa.gr:4600/reload authentication.redirect=http://mpagasas.di.uoa.gr:4600/reload
# Currently, this is the only available mapper, set to null or anything else will ignore this. # Currently, this is the only available mapper, set to null or anything else will ignore this.
authentication.authorities-mapper=openAIREMapper authentication.authorities-mapper=openAIREMapper