You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
It works only when
email
switch is ON, otherwise I getnull
inHow 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.
The text was updated successfully, but these errors were encountered: