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

Attributes - how to specify/require/query them? #53

Open
01e9 opened this issue Aug 18, 2017 · 0 comments
Open

Attributes - how to specify/require/query them? #53

01e9 opened this issue Aug 18, 2017 · 0 comments

Comments

@01e9
Copy link

01e9 commented Aug 18, 2017

  1. I can't find how to specify in metadata.xml what attributes my SP requires from IdP.

    When I add my SP metadata xml to my https://samlidp.io/ IdP, I get this message

    staticshot_18-08-2017_11-39-37

    It works only when email switch is ON, otherwise I get null in

    // UserCreatorInterface
    $this->usernameMapper->getUsername($response)
  2. How to make AttributeQuery? As I understand this is not implemented?

    On user login (on AuthnRequest Response) I want to make an AttributeQuery and abort login process if IdP doesn't provide the required attributes (for example email, First Name, Last Name).

P.S. This bundle is a big machinery for me, so sorry if this question is too obvious for you. I have spent almost a week inspecting it and still no clear vision about its internals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant