Class OmniAuth::Strategies::SAML::AuthResponse
In: lib/omniauth/strategies/saml/auth_response.rb
Parent: Object

Methods

Constants

ASSERTION = "urn:oasis:names:tc:SAML:2.0:assertion"
PROTOCOL = "urn:oasis:names:tc:SAML:2.0:protocol"
DSIG = "http://www.w3.org/2000/09/xmldsig#"

Attributes

document  [RW] 
options  [RW] 
response  [RW] 
settings  [RW] 

Public Class methods

Public Instance methods

A hash of alle the attributes with the response. Assuming there is only one value for each key

Conditions (if any) for the assertion to run

The value of the user identifier as designated by the initialization request response

When this user session should expire at latest

[Validate]