@@ -33,37 +33,24 @@ api_users:
3333 scopes : ["ipaddress"]
3434
3535oidc :
36- client_id : foo
37- client_secret : echtgeheim
38- audience : http://http://sbs.dev.openconext.local
39- authorization_endpoint : http://http://sbs.dev.openconext.local/saml2sp/OIDC/authorization
40- token_endpoint : http://http://sbs.dev.openconext.local/OIDC/token
41- userinfo_endpoint : http://http://sbs.dev.openconext.local/OIDC/userinfo
42- jwks_endpoint : http://http://sbs.dev.openconext.local/OIDC/jwks
36+ client_id : sbs.dev.openconext.local
37+ client_secret : secretsecret
38+ audience : sbs.dev.openconext.local
39+ verify_peer : False
40+ authorization_endpoint : https://connect.dev.openconext.local/oidc/authorize
41+ token_endpoint : https://connect.dev.openconext.local/oidc/token
42+ userinfo_endpoint : https://connect.dev.openconext.local/oidc/userinfo
43+ jwks_endpoint : https://connect.dev.openconext.local/oidc/certs
4344 # Note that the paths for these uri's is hardcoded and only domain and port differ per environment
44- redirect_uri : http://http ://sbs.dev.openconext.local/api/users/resume-session
45+ redirect_uri : https ://sbs.dev.openconext.local/api/users/resume-session
4546 continue_eduteams_redirect_uri : http://sbs.dev.openconext.local/continue
4647 continue_eb_redirect_uri : https://engine.(.*)openconext.local
4748 second_factor_authentication_required : True
4849 totp_token_name : " SRAM local"
4950 # The client_id of SBS. Most likely to equal the oidc.client_id
5051 sram_service_entity_id : http://sbs.dev.openconext.local
51-
52-
5352 scopes :
54- - profile
55- - eduperson_scoped_affiliation
56- - voperson_external_affiliation
57- - email
58- - ssh_public_key
59- - eduperson_orcid
60- - uid
61- - voperson_external_id
62- - eduperson_entitlement
63- - eduperon_assurance
6453 - openid
65- - eduperson_principal_name
66- - voperson_id
6754
6855base_scope : " test.sbs.local"
6956entitlement_group_namespace : " urn:example:sbs"
@@ -107,6 +94,7 @@ base_server_url: http://sbs.dev.openconext.local
10794wiki_link : https://edu.nl/vw3jx
10895
10996admin_users :
97+ - uid : " urn:collab:person:example.com:admin"
11098 - uid : " urn:john"
11199 - uid : " urn:rocky"
112100 - uid : " urn:mike"
@@ -139,6 +127,7 @@ retention:
139127metadata :
140128 idp_url : https://metadata.surfconext.nl/idps-metadata.xml
141129 parse_at_startup : False
130+ scope_override : {}
142131
143132service_bus :
144133 enabled : False
0 commit comments