aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
316 stars 157 forks source link

AWS Cloud formation template not honoring the app_id defined in the AWS Role trust relationship. #1042

Open bagajjal opened 7 months ago

bagajjal commented 7 months ago

I apologize if this issue seems out of place here. If it is, please inform me of the appropriate GitHub repository to move this issue.

I was trying to do the AWS OIDC authentication using the Azure AD token. As per the AWS documentation page this can be achieved by having a check on the app_id associated with the bearer token presented to AWS. Unfortunately, this didn't work.

Here is the video recording

bagajjal commented 7 months ago

Please find the complete aws cloud formation template used here

bagajjal commented 7 months ago

Ping.

@mircealam , could you please look into this.