From 26090e92994342ff2f2089efd1a77db62da6effb Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Tue, 2 Aug 2022 14:38:13 +0200 Subject: [PATCH] Refactor previous COOPGO Identity service - Initial commit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd43844..1438427 100644 --- a/README.md +++ b/README.md @@ -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