samly v0.8.2 Samly.Subject View Source

The subject in a SAML 2.0 Assertion.

This is part of the Samly.Assertion struct. The name field in this struct should not be used any UI directly. It might be a temporary randomly generated ID from IdP. Samly internally uses this to deal with IdP initiated logout requests.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Samly.Subject{confirmation_method: atom(), name: String.t(), notonorafter: String.t()}