From 9688a8dff66542a0e0c9df33afbaba7ad6bce109 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 11 Sep 2023 11:56:27 -0400 Subject: [PATCH] Update shibpolicy.json --- shibpolicy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shibpolicy.json b/shibpolicy.json index bf9162b..ee04b35 100644 --- a/shibpolicy.json +++ b/shibpolicy.json @@ -3,7 +3,10 @@ "Statement": [ { "Effect": "Allow", - "Action": "sts:AssumeRoleWithSAML", + "Action": [ + "sts:AssumeRoleWithSAML", + "sts:TagSession" + ], "Principal": { "Federated": "arn:aws:iam::135656781587:saml-provider/SATOSA" },