We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30ddd5a + 169671c commit b2f4b86Copy full SHA for b2f4b86
api/src/main/resources/application-okta.yml
@@ -11,6 +11,7 @@ okta:
11
csm:
12
platform:
13
authorization:
14
- principal-jwt-claim: "jti"
+ principal-jwt-claim: "email"
15
+ applicationIdJwtClaim: "cid"
16
mailJwtClaim: "sub"
- rolesJwtClaim: "groups"
17
+ rolesJwtClaim: "groups"
api/src/main/resources/application.yml
@@ -106,7 +106,7 @@ csm:
106
- name: "ADTTwingraphImport"
107
imageRegistry: "ghcr.io"
108
imageName: "cosmo-tech/adt-twincache-connector"
109
- imageVersion: "0.2.4"
+ imageVersion: "0.2.5"
110
- name: "StorageTwingraphImport"
111
112
imageName: "cosmo-tech/azstorage-twincache-connector"
0 commit comments