Skip to content

Commit 6ff39a0

Browse files
authored
Create OIDCWebIdProvider.json
1 parent ffa4789 commit 6ff39a0

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"AWSTemplateFormatVersion": "2010-09-09",
3+
"Description": "This Stack creates an Open ID Connect (OIDC) web identity provider and an AWS assumed role.",
4+
"Resources": {
5+
"OIDCIdentityProvider": {
6+
"Type": "AWS::IAM::OIDCProvider",
7+
"DeletionPolicy": "Retain",
8+
"Properties": {
9+
"ClientIdList": [
10+
"api://1462b192-27f7-4cb9-8523-0f4ecb54b47e"
11+
],
12+
"ThumbprintList": [
13+
"626d44e704d1ceabe3bf0d53397464ac8080142c"
14+
],
15+
"Url": "https://sts.windows.net/33e01921-4d64-4f8c-a055-5bdaffd5e33d/"
16+
}
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)