saml2AssertionChecking Class


Description

Class that checks a SAML2 assertion.

Implements IAssertionChecking Interface

Methods

PUBLIC getError():String

Function that gets the error. Returns null if there's no error.

PUBLIC getTokenInfo():String

Function that gets the information that will be sent inside the access token.

PUBLIC checkAssertion(assertion):String

Function that checks if the SAML2 assertion is a valid one.

  • String assertion: The SAML2 assertion.