Home
last modified time | relevance | path

Searched defs:authnRequest (Results 1 – 4 of 4) sorted by relevance

/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/dex/connector/saml/
H A Dtypes.go46 type authnRequest struct { struct
49 ID string `xml:"ID,attr"`
50 Version samlVersion `xml:"Version,attr"`
52 ProviderName string `xml:"ProviderName,attr,omitempty"`
53 IssueInstant xmlTime `xml:"IssueInstant,attr,omitempty"`
54 Consent bool `xml:"Consent,attr,omitempty"`
55 Destination string `xml:"Destination,attr,omitempty"`
57 ForceAuthn bool `xml:"ForceAuthn,attr,omitempty"`
58 IsPassive bool `xml:"IsPassive,attr,omitempty"`
63 Subject *subject `xml:"Subject,omitempty"`
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/connector/saml/
H A Dtypes.go46 type authnRequest struct { struct
49 ID string `xml:"ID,attr"`
50 Version samlVersion `xml:"Version,attr"`
52 ProviderName string `xml:"ProviderName,attr,omitempty"`
53 IssueInstant xmlTime `xml:"IssueInstant,attr,omitempty"`
54 Consent bool `xml:"Consent,attr,omitempty"`
55 Destination string `xml:"Destination,attr,omitempty"`
57 ForceAuthn bool `xml:"ForceAuthn,attr,omitempty"`
58 IsPassive bool `xml:"IsPassive,attr,omitempty"`
63 Subject *subject `xml:"Subject,omitempty"`
[all …]
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dlib_authn_request_envelope.c160 lasso_lib_authn_request_envelope_new_full(LassoLibAuthnRequest *authnRequest, in lasso_lib_authn_request_envelope_new_full()
/dports/security/opensaml/opensaml-3.2.1/samltest/saml2/core/impl/
H A DArtifactResponse20Test.h150 AuthnRequest* authnRequest = AuthnRequestBuilder::buildAuthnRequest(); in testChildElementsMarshall() local