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

AuthnRequest customization #21

Open
simevo opened this issue Jul 24, 2018 · 1 comment
Open

AuthnRequest customization #21

simevo opened this issue Jul 24, 2018 · 1 comment

Comments

@simevo
Copy link
Owner

simevo commented Jul 24, 2018

users of this package should be able to customize following fields:

  • AssertionConsumerServiceURL
  • AssertionConsumerServiceIndex
  • AttributeConsumingServiceIndex
  • AuthnContextClassRef
simevo pushed a commit that referenced this issue Aug 3, 2018
…nsumingServiceIndex (required for #21) and AssertionConsumerServiceIndex instead of AssertionConsumerServiceURL + ProtocolBinding
@simevo
Copy link
Owner Author

simevo commented Aug 10, 2018

related to #18

the Italia\Spid\Sp::login function interface should be:

// performs login
// $idpName: shortname of IdP, same as the name of corresponding IdP metadata file, without .xml
// $level: SPID level (1, 2 or 3)
// $redirectTo: return url
// $ass: index of assertion consumer service as per the SP metadata
// $attr: index of attribute consuming service as per the SP metadata
public function login($idpName, $redirectTo = '', $level = 1, $ass = 0, $attr = 0);

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

No branches or pull requests

1 participant