Set the IdP issuer URL
Provide the URL to the IdPs who will issue the security token.
Vorbereitungen
Role required: sso_config_admin, business_rule_admin, script_include_admin
Warum und wann dieser Vorgang ausgeführt wird
The integration verifies that each SAML response contains the same URL listed in this system property as the URL listed in the Issuer element. For
example:
<samlp:Responsexmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" Destination="https://demoi2.service-now.com/navpage.do" ID="s28da6774c88ae1eab292bf25fe625db81919d8e1e" InResponseTo="SNC841720c227c81948cfd68cadcad235c6" IssueInstant="2012-01-30T20:07:10Z" Version="2.0"><saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">http://idp.ssocircle.com</saml:Issuer>
...
<saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="s2f347f973c063836cf70ea38302d94976f9c5b851" IssueInstant="2012-01-30T20:07:10Z" Version="2.0"><saml:Issuer>http://idp.ssocircle.com</saml:Issuer>
...
</saml:Assertion></samlp:Response>