Refactor previous COOPGO Identity service - Initial commit
This commit is contained in:
parent
3e93e6593d
commit
26090e9299
|
@ -44,13 +44,17 @@ services:
|
||||||
enable: true
|
enable: true
|
||||||
csrf_key: 32-byte-long-auth-key-----------
|
csrf_key: 32-byte-long-auth-key-----------
|
||||||
port: 8091
|
port: 8091
|
||||||
namespaces:
|
|
||||||
default:
|
|
||||||
namespaces:
|
namespaces:
|
||||||
default:
|
default:
|
||||||
namespace: default
|
namespace: default
|
||||||
secret_key: some-cool-secret-that-is-32bytes
|
secret_key: some-cool-secret-that-is-32bytes
|
||||||
templates_dir: oidc-provider/templates/default
|
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:
|
clients:
|
||||||
- id: abcdef
|
- id: abcdef
|
||||||
oidc: true
|
oidc: true
|
||||||
|
|
Loading…
Reference in New Issue