Skip to content

Commit 2bf7516

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2ebef36 commit 2bf7516

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/bornhack/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,22 +221,18 @@
221221
"SCOPES": {
222222
# required
223223
"openid": "OpenID Connect scope",
224-
225224
# deprecated api scope, remove after 2025 camp
226225
"profile:read": "Allow the remote site to read your bornhack.dk username (uuid), user id, profile public credit name, profile description, and a list of team memberships using the profile API endpoint (scope profile:read). NOTE: This scope is being deprecated soon! Ask the BornHack website team for more info.",
227-
228226
# standard OIDC claim scopes
229227
"profile": "Allow the remote site to read your profile public_credit_name, description, and update time (scope: profile)",
230228
"email": "Allow the remote site to read your email address (scope: email)",
231229
"address": "Allow the remote site to read your profile location (scope: address)",
232230
"phone": "Allow the remote site to read your profile phonenumber (scope: phone)",
233-
234231
# custom bornhack user claim scopes
235232
"groups:read": "Allow the remote site to read a list of your group memberships (scope: groups:read).",
236233
"location:read": "Allow the remote site to read your profile location (scope: loocation:read)",
237234
"permissions:read": "Allow the remote site to read a list of your assigned permissions (scope: permissions:read).",
238235
"teams:read": "Allow the remote site to read a list of your team memberships and team lead status (scope: teams:read)",
239-
240236
# api scopes
241237
"phonebook:admin": "Allow the remote site to read the camp phonebook, including service numbers and unlisted numbers. Also allow the remote site to use to the POC API. This scope is only relevant for POC team leads (scope: phonebook:admin).",
242238
"phonebook:read": "Allow the remote site to read the camp phonebook (scope: phonebook:read).",

0 commit comments

Comments
 (0)