Skip to content

Commit 9d1533b

Browse files
committed
update jose lib version
1 parent 4edd8ee commit 9d1533b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,22 @@ For additional information regarding the implement in Liberty, please refer to t
7575

7676
In **Microsoft Entra Id** / **Manage** / **App registrations**, select **ODM Application**, and in **Manage / Token Configuration**:
7777

78-
* Add Optional Email ID Claim
78+
* Add Optional **email** ID Claim
7979
* Click **+ Add optional claim**
8080
* Select **ID**
81-
* Check **Email**
82-
* Click **Add**
83-
84-
* Add Optional Email Access Claim
85-
* Click **+ Add optional claim**
86-
* Select **Access**
87-
* Check **Email**
81+
* Check **email**
8882
* Click **Add**
8983

9084
* Turn on Microsoft Graph email permission
9185
* Check **Turn on the Microsoft Graph email permission**
9286
* Click **Add**
9387

88+
* Add Optional **email** Access Claim
89+
* Click **+ Add optional claim**
90+
* Select **Access**
91+
* Check **email**
92+
* Click **Add**
93+
9494
* Add Group Claim
9595
* Click **+ Add groups claim**
9696
* Check **Security Groups**
@@ -445,7 +445,7 @@ keytool -importkeystore -srckeystore myodmcompany.p12 -srcstoretype pkcs12 -srca
445445
Now you can generate the client_assertion following the [ODM documentation](https://www.ibm.com/docs/en/odm/9.0.0?topic=900-generating-json-web-token-client-assertion).
446446

447447
```shell
448-
java -cp $DCLIB/jrules-teamserver.jar:$DCLIB/jose4j-0.9.3.jar:$DCLIB/slf4j-api-1.7.25.jar com.ibm.rules.oauth.ClientAssertionHelper -clientId <CLIENT_ID> -tokenEndpoint https://login.microsoftonline.com/<TENANT_ID>/oauth2/v2.0/token -keyAliasName myalias -keyStorePwd changeme -keyStoreLocation ./myodmcompany.jks
448+
java -cp $DCLIB/jrules-teamserver.jar:$DCLIB/jose4j-0.9.5.jar:$DCLIB/slf4j-api-1.7.25.jar com.ibm.rules.oauth.ClientAssertionHelper -clientId <CLIENT_ID> -tokenEndpoint https://login.microsoftonline.com/<TENANT_ID>/oauth2/v2.0/token -keyAliasName myalias -keyStorePwd changeme -keyStoreLocation ./myodmcompany.jks
449449
```
450450

451451
Now, generate the access token using the client_assertion:

0 commit comments

Comments
 (0)