We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7deb12 commit c1d6554Copy full SHA for c1d6554
policies/SignInLocalDevelopmentAccess
@@ -0,0 +1,20 @@
1
+{
2
+ "PolicyVersion": {
3
+ "CreateDate": "2025-11-19T18:34:09Z",
4
+ "VersionId": "v1",
5
+ "Document": {
6
+ "Version": "2012-10-17",
7
+ "Statement": [
8
+ {
9
+ "Action": [
10
+ "signin:AuthorizeOAuth2Access",
11
+ "signin:CreateOAuth2Token"
12
+ ],
13
+ "Resource": "arn:aws:signin:*:*:oauth2/public-client/*",
14
+ "Effect": "Allow"
15
+ }
16
+ ]
17
+ },
18
+ "IsDefaultVersion": true
19
20
+}
0 commit comments