Skip to content

Commit

Permalink
request whole profile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Nov 13, 2023
1 parent 8899741 commit 193c059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mafiasi_link_shortener/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
OPENID_ISSUER = env.str(
"SHORTLINK_OPENID_ISSUER", default="https://identity.mafiasi.de/realms/mafiasi"
)
OPENID_SCOPE = "openid groups shortlinks"
OPENID_SCOPE = "openid profile shortlinks"
OPENID_CLIENT_ID = env.str("SHORTLINK_OPENID_CLIENT_ID")
OPENID_CLIENT_SECRET = env.str("SHORTLINK_OPENID_CLIENT_SECRET")
OPENID_USER_MAPPER = "mafiasi_link_shortener.links.user_mapping.MafiasiUserMapper"
Expand Down

0 comments on commit 193c059

Please sign in to comment.