Difference between AssertionConsumerServiceURL , Destination , Consent in
Clash Royale CLAN TAG #URR8PPP Difference between AssertionConsumerServiceURL , Destination , Consent in <saml:AuthnRequest> I have been trying to generate SAML object using opensaml-java. Ref:slide #30 in https://www.oasis-open.org/committees/download.php/12958/SAMLV2.0-basics.pdf <samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ForceAuthn="true" AssertionConsumerServiceURL="http://www.example.com/" AttributeConsumingServiceIndex="0" ProviderName="string" ID="abe567de6" Version="2.0" IssueInstant="2005-01-31T12:00:00Z" Destination="http://www.example.com/" Consent="http://www.example.com/" > In this Destination , Consent , AssertionConsumerServiceURL all the three...