Skip to content

Commit e38c5c0

Browse files
committed
Add step to set client id in Audience.
1 parent 1f25152 commit e38c5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/s3_microsoft_entra_oidc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Create an application in the [Microsoft Entra ID portal](https://entra.microsoft
2323
### Create an OIDC identity provider
2424
1. In AWS [IAM console](https://console.aws.amazon.com/iam/) add a new identity provider in _Identity providers_.
2525
2. Configure the provider as type _OpenID Connect_ with the provider URL set to `https://login.microsoftonline.com/<TENANT-ID>/v2.0`. Replace <TENANT-ID> with your Microsoft Entra ID tenant ID. Copy the ARN for the next [step](#create-a-role).
26+
3. Set the _Audience_ to the Application (client) ID from Microsoft Entra.
2627

2728
### Create a role
2829

0 commit comments

Comments
 (0)