Refactor previous COOPGO Identity service - Initial commit

This commit is contained in:
Arnaud Delcasse 2022-08-02 14:38:13 +02:00
parent 3e93e6593d
commit 26090e9299
1 changed files with 6 additions and 2 deletions

View File

@ -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