Total Pageviews

Thursday, March 7, 2019

Openam SAML error Creation of NameID is not allowed per AuthnRequest. from urn:oasis:names:tc:SAML:2.0:status:Requester




error

Creation of NameID is not allowed per AuthnRequest.
 from urn:oasis:names:tc:SAML:2.0:status:Requester


Solution:

Change your SP files parameter from

<ns0:NameIDPolicy AllowCreate="false"
Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" />

to

<ns0:NameIDPolicy AllowCreate="true"

No comments:

Post a Comment