Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jul 28, 2023
1 parent a213d59 commit 2d7deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ curl -sX POST "https://$SOAM_KC/auth/admin/realms/$SOAM_KC_REALM_ID/identity-pro
curl -sX POST "https://$SOAM_KC/auth/admin/realms/$SOAM_KC_REALM_ID/identity-provider/instances/entra/mappers" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TKN" \
-d "{\"name\" : \"entra_user_id\",\"identityProviderAlias\" : \"entra\",\"identityProviderMapper\" : \"oidc-user-attribute-idp-mapper\",\"config\" : {\"claim\" : \"oid\",\"user.attribute\" : \"user_guid\"}}"
-d "{\"name\" : \"user_guid\",\"identityProviderAlias\" : \"entra\",\"identityProviderMapper\" : \"oidc-user-attribute-idp-mapper\",\"config\" : {\"claim\" : \"oid\",\"user.attribute\" : \"user_guid\"}}"

echo
curl -sX POST "https://$SOAM_KC/auth/admin/realms/$SOAM_KC_REALM_ID/identity-provider/instances/entra/mappers" \
Expand Down

0 comments on commit 2d7deae

Please sign in to comment.