Consume SAMLResponse Token
问题 SAML sp-based authentication has following short workflow. User wants to access application at sp. sp sends SAMLRequest token to idp. idp consume it and generate SAMLResponse token. idp sends this SAMLResponse token to AC-URL given by sp. My Question is how sp consume this SAMLResponse token. What is the logic? If I can get some JAVA code help it will be beneficial. 回答1: The next recipe is working for me: Get the SAMLResponse token and decode it and inflate: // Base64 decode Base64