Skip to content

Commit e1cd6af

Browse files
committed
update README
1 parent dee248c commit e1cd6af

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,16 @@ Enjoy!
166166
The BornHack website can act as an OIDC IDP. You are welcome to use it for your projects.
167167

168168

169-
### OIDC User Claims
169+
### OIDC Scopes and User Claims
170+
The website has a view to inspect which OIDC user claims are returned when using the various claim scopes. It can be accessed at https://bornhack.dk/profile/oidc/
171+
172+
173+
### OIDC User Claims Source Code
170174

171175
The supported standard and custom OIDC user claims can be seen in `bornhack/oauth_validators.py` https://github.com/bornhack/bornhack-website/blob/master/src/bornhack/oauth_validators.py
172176

173177

174-
### OIDC Scopes
178+
### OIDC Scopes Source Code
175179

176180
Supported oauth2 scopes are divided into standard OIDC claim scopes, custom OIDC claim scopes, and API scopes. The current list of supported scopes can be seen in the `OAUTH2_PROVIDER["SCOPES"]` dict in `bornhack/settings.py` https://github.com/bornhack/bornhack-website/blob/master/src/bornhack/settings.py
177181

0 commit comments

Comments
 (0)