I bought admin extension to use ADFS for Magento admin.
I got this error after install and trying to login from ADFS(federation) to Magento:
"The status code of the Response was not Success, was Requester -> urn:oasis:names:tc:SAML:2.0:status:InvalidNameIDPolicy
Error at the ACS Endpoint.
invalid_response
Reason: The status code of the Response was not Success, was Requester -> urn:oasis:names:tc:SAML:2.0:status:InvalidNameIDPolicy"
I am newer in working with ADFS, so can you please tell me what above message means and how to solve it?
Thank you so much
ADFS expect an specific NameIDFotmat on the AuthNRequest sent by the Service Provider but is receiving a different value.
In the setting panel of the SAML Magento extension, at the advanced settings you will find the NameIdFormat value used, change it and use the same format that the ADFS (maybe transient?).
At this documentation you can learn more about ADFS:
https://blog.auth360.net/2012/09/02/adfs-as-an-identity-provider-and-saml-2-0-saas-application-integration/
https://social.msdn.microsoft.com/Forums/vstudio/en-US/ea5efcff-4221-4af1-b434-4be5245cb0fa/nameid-policy-could-not-be-satisfied?forum=Geneva