Skip to content

Commit

Permalink
Update shibpolicy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Sep 11, 2023
1 parent 04b798e commit 9688a8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shibpolicy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRoleWithSAML",
"Action": [
"sts:AssumeRoleWithSAML",
"sts:TagSession"
],
"Principal": {
"Federated": "arn:aws:iam::135656781587:saml-provider/SATOSA"
},
Expand Down

0 comments on commit 9688a8d

Please sign in to comment.