Refactor previous COOPGO Identity service - Initial commit
This commit is contained in:
parent
3e93e6593d
commit
26090e9299
|
@ -44,13 +44,17 @@ services:
|
|||
enable: true
|
||||
csrf_key: 32-byte-long-auth-key-----------
|
||||
port: 8091
|
||||
namespaces:
|
||||
default:
|
||||
namespaces:
|
||||
default:
|
||||
namespace: default
|
||||
secret_key: some-cool-secret-that-is-32bytes
|
||||
templates_dir: oidc-provider/templates/default
|
||||
match_claims:
|
||||
"urn:cms:personal-informations:read": personal_information
|
||||
"urn:cms:civil-status:read": civil_status
|
||||
"urn:cms:favorites:read": favorites
|
||||
"urn:cms:driving-licence:read": driving_licence
|
||||
"urn:cms:ice-contacts:read": ice
|
||||
clients:
|
||||
- id: abcdef
|
||||
oidc: true
|
||||
|
|
Loading…
Reference in New Issue