Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metadata] Add IDPSSODescriptor.Extensions.Scope #26

Open
peppelinux opened this issue Oct 25, 2020 · 1 comment
Open

[Metadata] Add IDPSSODescriptor.Extensions.Scope #26

peppelinux opened this issue Oct 25, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@peppelinux
Copy link
Member

http://shibboleth.net/pipermail/users/2013-July/010958.html

Otherwise Shibboleth SP AttrChecker will apply this rule in /etc/shibboleth/attribute-policy.xml

    Shared rule for all "scoped" attributes, but you'll have to manually apply it inside
    an AttributeRule for each attribute you want to check.
    <afp:PermitValueRule id="ScopingRules" xsi:type="AND">
        <Rule xsi:type="NOT">
            <Rule xsi:type="AttributeValueRegex" regex="@"/>
        </Rule>
        <Rule xsi:type="saml:AttributeScopeMatchesShibMDScope"/>
    </afp:PermitValueRule>

Comment it as a workaround or disable AttrChecker (not recommended)

@peppelinux peppelinux added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 25, 2020
@peppelinux
Copy link
Member Author

@peppelinux peppelinux reopened this Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant