From c2537d2f664f5cf012667e1f4c68f5300143fdab Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 24 Feb 2021 18:35:20 +0100 Subject: [PATCH] tracker.org --- tracker.org | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/tracker.org b/tracker.org index dcfcbd86..a669b04f 100644 --- a/tracker.org +++ b/tracker.org @@ -1554,9 +1554,113 @@ The client claim-aliases looks ok: #+end_src *** 2021-02-24 Wednesday +**** MEETING Fix SSE client :work:meeting: +:LOGBOOK: +CLOCK: [2021-02-24 Wed 18:33] +:END: +[2021-02-24 Wed 18:33] + +client PATCH + +TEST: + +#+begin_src js +{"id-token-aliases": [ + { + "alias": "spId", + "case-value": { + "sxso": "SXSO", + "idb-tg": "TG", + "threatgrid":"TG", + "idb-amp": "AMP", + "idb-tg-staging": "TG", + "idb-amp-staging": "AMP" + }, + "default-value": "AMP", + "claim-to-alias": "https://schemas.cisco.com/iroh/identity/claims/user/idp/id" + }, + { + "alias": "spId", + "case-value": { + "sxso": "SXSO", + "idb-tg": "TG", + "threatgrid":"TG", + "idb-amp": "AMP", + "idb-tg-staging": "TG", + "idb-amp-staging": "AMP" + }, + "claim-to-alias": "idp-mapping-idp" + }, + { + "alias": "spId", + "case-value": { + "sxso": "SXSO", + "idb-tg": "TG", + "threatgrid":"TG", + "idb-amp": "AMP", + "idb-tg-staging": "TG", + "idb-amp-staging": "AMP" + + }, + "claim-to-alias": "old-idp-mapping-idp" + }, + { + "alias": "companyId", + "replace-value": [ + [ + "^threatgrid[:]", + "" + ] + ], + "claim-to-alias": "https://schemas.cisco.com/iroh/identity/claims/org/id" + }, + { + "alias": "companyId", + "replace-value": [ + [ + "^threatgrid[:]", + "" + ] + ], + "claim-to-alias": "idp-mapping-organization-id" + }, + { + "alias": "companyId", + "replace-value": [ + [ + "^threatgrid[:]", + "" + ] + ], + "claim-to-alias": "old-idp-mapping-organization-id" + }, + { + "alias": "companyName", + "claim-to-alias": "https://schemas.cisco.com/iroh/identity/claims/org/name" + }, + { + "alias": "user_name", + "claim-to-alias": "https://schemas.cisco.com/iroh/identity/claims/user/name" + }, + { + "alias": "user_email", + "claim-to-alias": "https://schemas.cisco.com/iroh/identity/claims/user/email" + }, + { + "alias": "role", + "case-value": { + "admin": "admin", + "master": "admin", + "iroh-admin": "admin" + }, + "default-value": "user", + "claim-to-alias": "https://schemas.cisco.com/iroh/identity/claims/user/role" + } + ]} +#+end_src **** IN-PROGRESS continue the day :work: :LOGBOOK: -CLOCK: [2021-02-24 Wed 17:04] +CLOCK: [2021-02-24 Wed 17:04]--[2021-02-24 Wed 18:33] => 1:29 :END: [2021-02-24 Wed 17:04] - ref :: [[file:~/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/tracker.org::*Notes][Notes]]