Hi @Dave M ,
Thank you for posting your query on Microsoft Q&A.
Based on your query, I understand that you would like to set up SAML SSO with Signal Sciences and found the error of AADSTS900237.
Azure SAML SSO has AuthNrequests
which works with Assertion Consumer Service URL
which must match redirect_uri
which present in SAML request. This is a default configuration from SAML SSO and works Assertion Consumer Service URL. Once you configure this value it will ignore all the other attributes in Authnrequest
.
You can only configure Assertion Consumer Service URL
when you are trying to access the application IDP initiated flow
. If you would like to use the "AssertionConsumerServiceIndex
", you may need to configure SP initiated flow
. Entra ID responds back to the URL that has corresponding index.
If you would like to have IDP initiated flow, kindly use Assertion Consumer Service URL
and perform the SSO. If you would like to work AssertionConsumerServiceIndex
you may need to check with application on adding this to the request.
Additional information:
Here is the document which helps you in understanding the SAML Authnrequest
: Single sign-on SAML protocol
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly "upvote it". If you have extra questions about this answer, please click "Comment".