...
Code Block | ||
---|---|---|
| ||
{ "clientId": "jupyter", "scopes": [ "openid", "profile", "email" ], "redirectUri": "http://modelop.center/jupyter.html", "responseType": "token", "oAuth2Provider": { "name": "modelop", "issuerUri": "https://authorization.server", "authorizationUri": "https://authorization.server/as/authorization.oauth2", "tokenUri": "https://authorization.server/as/token.oauth2", "userInfoUri": "https://authorization.server/idp/userinfo.openid", "userNameAttribute": "sub", "jwkSetUri": "https://authorization.server/pf/JWKS", "introspectionUri": null } } |
...
Additional security considerations
General rules
Groups contained inside the
group
claim, will be added as GrantedAuthorities with the prefixGROUP_*
.Special
ROLE_SYSTEM
authority to system clients.Admin members will get
ROLE_ADMIN
for an easier identification.
...
External Jupyter Notebook
...