Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: internet2/aws-saml-scripts
base: master
Choose a base ref
...
head repository: internet2/aws-saml-scripts
compare: SetSourceIdentity
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 8, 2023

  1. quicksite and datazone change

    they require an email attribute, which requires the policy to allow the IDP to do a "sts:SetSourceIdentity"
    chubing committed Aug 8, 2023
    Copy the full SHA
    f24efb1 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 shibpolicy.json
3 changes: 2 additions & 1 deletion shibpolicy.json
@@ -3,7 +3,8 @@
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRoleWithSAML",
"Action": [ "sts:AssumeRoleWithSAML",
"sts:SetSourceIdentity" ]
"Principal": {
"Federated": "arn:aws:iam::135656781587:saml-provider/SATOSA"
},