Home
last modified time | relevance | path

Searched refs:saml (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/dports/security/opensaml/opensaml-3.2.1/schemas/
H A DMakefile.am9 saml-schema-assertion-2.0.xsd \
10 saml-schema-authn-context-2.0.xsd \
36 saml-schema-dce-2.0.xsd \
37 saml-schema-ecp-2.0.xsd \
40 saml-schema-x500-2.0.xsd \
41 saml-schema-xacml-2.0.xsd \
44 sstc-saml-attribute-ext.xsd \
45 sstc-saml-delegation.xsd \
49 sstc-saml-idp-discovery.xsd \
52 saml-async-slo-v1.0.xsd \
[all …]
H A DMakefile.in369 saml-schema-dce-2.0.xsd \
370 saml-schema-ecp-2.0.xsd \
371 saml-schema-metadata-2.0.xsd \
372 saml-schema-protocol-2.0.xsd \
373 saml-schema-x500-2.0.xsd \
374 saml-schema-xacml-2.0.xsd \
377 sstc-saml-attribute-ext.xsd \
378 sstc-saml-delegation.xsd \
382 sstc-saml-idp-discovery.xsd \
385 saml-async-slo-v1.0.xsd \
[all …]
/dports/security/opensaml/opensaml-3.2.1/Projects/vc15/
H A Dcpp-opensaml.sln13 ..\..\schemas\saml-async-slo-v1.0.xsd = ..\..\schemas\saml-async-slo-v1.0.xsd
14 ..\..\schemas\saml-metadata-rpi-v1.0.xsd = ..\..\schemas\saml-metadata-rpi-v1.0.xsd
15 ..\..\schemas\saml-schema-assertion-2.0.xsd = ..\..\schemas\saml-schema-assertion-2.0.xsd
42 ..\..\schemas\saml-schema-dce-2.0.xsd = ..\..\schemas\saml-schema-dce-2.0.xsd
43 ..\..\schemas\saml-schema-ecp-2.0.xsd = ..\..\schemas\saml-schema-ecp-2.0.xsd
46 ..\..\schemas\saml-schema-x500-2.0.xsd = ..\..\schemas\saml-schema-x500-2.0.xsd
47 ..\..\schemas\saml-schema-xacml-2.0.xsd = ..\..\schemas\saml-schema-xacml-2.0.xsd
53 ..\..\schemas\sstc-saml-attribute-ext.xsd = ..\..\schemas\sstc-saml-attribute-ext.xsd
54 ..\..\schemas\sstc-saml-delegation.xsd = ..\..\schemas\sstc-saml-delegation.xsd
55 ..\..\schemas\sstc-saml-idp-discovery.xsd = ..\..\schemas\sstc-saml-idp-discovery.xsd
[all …]
/dports/security/lasso/lasso-2.7.0/tests/data/
H A Dresponse-11saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">gefssstg</saml:Issuer><samlp:Status…
57saml:Subject><saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">999999500…
H A Dresponse-32 <saml:Issuer>http://idp5/metadata</saml:Issuer>
22 <saml:Issuer>http://idp5/metadata</saml:Issuer>
27 <saml:Issuer>http://idp5/metadata</saml:Issuer>
43 <saml:Subject>
48 </saml:Subject>
49 <saml:Conditions>
51 <saml:Audience>http://sp5/metadata</saml:Audience>
53 </saml:Conditions>
55 <saml:AuthnContext>
57 </saml:AuthnContext>
[all …]
H A Dresponse-21saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="_4CA30953B0EB4751E59BA239A1F58BEE" InResponseTo="…
20saml:Issuer>http://idp5/metadata</saml:Issuer><samlp:Status><samlp:StatusCode Value="urn:oasis:nam…
39saml:Subject><saml:NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" NameQualif…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/crewjam/saml/testdata/
H A DTestIDPCanHandleUnencryptedResponse_response2 …<saml:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">https://idp.example.com/sam…
27 …<saml:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">https://idp.example.com/sam…
48 <saml:Subject>
53 </saml:Subject>
56 <saml:Audience>https://gitlab.example.com/users/auth/saml/metadata</saml:Audience>
58 </saml:Conditions>
68 </saml:Attribute>
71 </saml:Attribute>
74 </saml:Attribute>
77 </saml:Attribute>
[all …]
/dports/net/p5-Google-SAML-Request/Google-SAML-Request-0.05/t/
H A D003_params.t17 my $saml = Google::SAML::Request->new(
23 isa_ok( $saml, 'Google::SAML::Request' );
30 $saml = Google::SAML::Request->new(
39 ok( $saml->{IssueInstant} eq makeIssueInstant( $time ) || $saml->{IssueInstant} eq makeIssueInstant…
42 $saml = Google::SAML::Request->new(
52 is( $saml->{IssueInstant}, 'fooBar', 'IssueInstant looks ok' );
56 $saml = Google::SAML::Request->new(
65 is( $saml->{ID}, 'gabbagabbahey', 'object knows about ID' );
66 ok( $saml->{IssueInstant} eq makeIssueInstant( $time ) || $saml->{IssueInstant} eq makeIssueInstant…
69 $saml = Google::SAML::Request->new(
[all …]
H A D002_output.t13 my $saml = Google::SAML::Request->new(
21 isa_ok( $saml, 'Google::SAML::Request', 'Got a Google::SAML::Request object' );
23 is( $saml->ProviderName, 'provider', 'ProviderName accessor works' );
24 is( $saml->AssertionConsumerServiceURL, 'http://AssertionConsumerServiceURL', 'AssertionConsumerSer…
25 is( $saml->ID, 'gabbagabbahey', 'ID accessor works' );
26 is( $saml->IssueInstant, 'atimestampinadifferentformat', 'IssueInstant accessor work…
28 my $getParam = $saml->get_get_param();
33 is( $saml2->ProviderName, $saml->ProviderName, 'ProviderName is the same' );
34 …is( $saml2->AssertionConsumerServiceURL, $saml->AssertionConsumerServiceURL, 'AssertionConsumerSer…
35 is( $saml2->ID, $saml->ID, 'ID is the same' );
[all …]
/dports/sysutils/lnav/lnav-0.10.1/test/
H A Dlogfile_openam.01saml/consume""><saml:Issuer xmlns:saml=""urn:oasis:names:tc:SAML:2.0:assertion"">http://openam.vag…
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/docs/
H A Dsimplesamlphp-metadata-extensions-attributes.md15 V2.0 Attribute Extensions](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-attribute-ext…
53 …<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3…
56 </saml:Attribute>
67 …<saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="foo" NameFormat="urn:simp…
69 </saml:Attribute>
98 …<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3…
100 …<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3…
101 </saml:Attribute>
102 …<saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="foo" NameFormat="urn:simp…
103 …<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3…
[all …]
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/saml20/scripts/
H A Dgenbind16 http://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd assertion
17 http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd metadata
18 http://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0.xsd protocol
19 http://docs.oasis-open.org/security/saml/v2.0/saml-schema-dce-2.0.xsd dce
20 http://docs.oasis-open.org/security/saml/v2.0/saml-schema-ecp-2.0.xsd ecp
21 http://docs.oasis-open.org/security/saml/v2.0/saml-schema-x500-2.0.xsd x500
22 http://docs.oasis-open.org/security/saml/v2.0/saml-schema-xacml-2.0.xsd xacml
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/docs/
H A Dsimplesamlphp-metadata-extensions-attributes.md13 V2.0 Attribute Extensions](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-attribute-ext…
53 …<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3…
56 </saml:Attribute>
67 …<saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="foo" NameFormat="urn:simp…
69 </saml:Attribute>
98 …<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3…
101 </saml:Attribute>
102 …<saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="foo" NameFormat="urn:simp…
103 …<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3…
104 </saml:Attribute>
[all …]
/dports/security/lasso/lasso-2.7.0/win32/msvc/
H A Dlasso.dsp.in96 # Begin Group "xml saml-2.0 C"
553 # Begin Group "saml-2.0 C"
558 SOURCE="..\..\lasso\saml-2.0\ecp.c"
566 SOURCE="..\..\lasso\saml-2.0\login2.c"
570 SOURCE="..\..\lasso\saml-2.0\logout2.c"
578 SOURCE="..\..\lasso\saml-2.0\profile2.c"
586 SOURCE="..\..\lasso\saml-2.0\server2.c"
604 # Begin Group "xml saml-2.0 H"
1089 # Begin Group "saml-2.0 H"
1094 SOURCE="..\..\lasso\saml-2.0\ecp.h"
[all …]
H A Dlasso.dsp96 # Begin Group "xml saml-2.0 C"
553 # Begin Group "saml-2.0 C"
558 SOURCE="..\..\lasso\saml-2.0\ecp.c"
566 SOURCE="..\..\lasso\saml-2.0\login2.c"
570 SOURCE="..\..\lasso\saml-2.0\logout2.c"
578 SOURCE="..\..\lasso\saml-2.0\profile2.c"
586 SOURCE="..\..\lasso\saml-2.0\server2.c"
604 # Begin Group "xml saml-2.0 H"
1089 # Begin Group "saml-2.0 H"
1094 SOURCE="..\..\lasso\saml-2.0\ecp.h"
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/russellhaering/goxmldsig/
H A Dvalidate_test.go104saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">a</saml:Issuer><ds:Signature xmlns:…
/dports/net/p5-Google-SAML-Response/Google-SAML-Response-0.14/t/
H A D003_params.t8 my $saml = Google::SAML::Response->new( { key => 't/rsa.private.key', login => 'someone', request =…
9 isa_ok( $saml, 'Google::SAML::Response' );
11 dies_ok { $saml = Google::SAML::Response->new() } 'new should die when called without any parameter…
12 dies_ok { $saml = Google::SAML::Response->new( { login => 'someone', request => $request } ) } 'new…
13 dies_ok { $saml = Google::SAML::Response->new( { key => 't/rsa.private.key', request => $request } …
16 $saml = Google::SAML::Response->new( { key => 't/rsa.private.key', login => 'someone', request => $…
17 is( $saml->{ttl}, 2*60, 'Default for ttl is 2 minutes' );
18 is( $saml->{canonicalizer}, 'XML::CanonicalizeXML', 'Default for canonicalizer is XML::Canonicalize…
19 is( $saml->{request}, $request, 'Request is stored in object' );
20 is( $saml->{login}, 'someone', 'Login is stored in object' );
[all …]
H A D004_keyhandling.t13 my $saml = Google::SAML::Response->new( { key => 't/rsa.private.key', login => 'someone', request =…
14 isa_ok( $saml, 'Google::SAML::Response' );
16 $saml = Google::SAML::Response->new( { key => 't/rsa.private.key', login => 'someone', request => $…
18 isa_ok( $saml->{ key_obj }, 'Crypt::OpenSSL::RSA', 'Key object is valid' );
19 is( index( $saml->{KeyInfo}, $modulus ), 41, 'Modulus is correct' );
20 is( index( $saml->{KeyInfo}, $exponent), 405, 'Exponent is correct' );
22 dies_ok { $saml = Google::SAML::Response->new( { key => 'foobar', request => $request, login => 'so…
23 dies_ok { $saml = Google::SAML::Response->new( { key => 'README', request => $request, login => 'so…
/dports/www/grafana8/grafana-8.3.6/devenv/docker/blocks/saml/
H A Dnotes.md3 Uses https://github.com/kristophjunge/docker-test-saml-idp as a docker container for saml example.
7 …on how to use this service - https://github.com/kristophjunge/docker-test-saml-idp#test-the-identi…
12 saml-admin (saml-admin@grafana.com)
14 saml-editor (saml-editor@grafana.com)
16 saml-viewer (saml-viewer@grafana.com)
H A Ddocker-compose.yaml1 saml:
2 container_name: saml
3 image: kristophjunge/test-saml-idp
6 …SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE: http://localhost/simplesaml/module.php/saml/sp/saml2-…
7 …SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE: http://localhost/simplesaml/module.php/saml/sp/saml2-logou…
14 - ./docker/blocks/saml/users.php:/var/www/simplesamlphp/config/authsources.php
/dports/japanese/sj3-lib/sj3-2.0.1.20/kanakan/
H A Dsetconj.c46 cnjstrcmp(Uchar *yptr, Uchar TFar *cnjp, Int *saml) in cnjstrcmp() argument
53 if (*saml < asklen) return CONT; in cnjstrcmp()
55 if (*saml > asklen) return OVER; in cnjstrcmp()
74 (*saml)++; in cnjstrcmp()
120 Int saml; in setconj() local
126 saml = ofslen = 0; in setconj()
138 cmp = cnjstrcmp(yptr, cnj, &saml); in setconj()
146 if (isdpnd(*(yptr + saml))) continue; in setconj()
149 crec -> len = (Uchar)(ofslen + saml); in setconj()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dadmin_setting_saml.go57 saml := &AdminSAMLSetting{}
58 err = s.client.do(ctx, req, saml)
63 return saml, nil
89 saml := &AdminSAMLSetting{}
90 err = a.client.do(ctx, req, saml)
95 return saml, nil
106 saml := &AdminSAMLSetting{}
107 err = a.client.do(ctx, req, saml)
112 return saml, nil
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/saml/docs/
H A Dnameidattribute.md1 `saml:NameIDAttribute`
33 'saml:SP',
35 20 => 'saml:NameIDAttribute',
42 'saml:SP',
45 'class' => 'saml:NameIDAttribute',
54 'saml:SP',
57 'class' => 'saml:NameIDAttribute',
66 * [The description of the `saml:SP` authentication source.](./saml:sp)
67 * [How to generate various NameIDs on the IdP.](./saml:nameid)
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/saml/docs/
H A Dnameidattribute.md1 `saml:NameIDAttribute`
33 'saml:SP',
35 20 => 'saml:NameIDAttribute',
42 'saml:SP',
45 'class' => 'saml:NameIDAttribute',
54 'saml:SP',
57 'class' => 'saml:NameIDAttribute',
66 * [The description of the `saml:SP` authentication source.](./saml:sp)
67 * [How to generate various NameIDs on the IdP.](./saml:nameid)
/dports/devel/awscli/awscli-1.20.61/awscli/examples/iam/
H A Dupdate-saml-provider.rst3 This example updates the SAML provider in IAM whose ARN is ``arn:aws:iam::123456789012:saml-provide…
5 …aws iam update-saml-provider --saml-metadata-document file://SAMLMetaData.xml --saml-provider-arn …
10 "SAMLProviderArn": "arn:aws:iam::123456789012:saml-provider/SAMLADFS"
15 .. _`Using SAML Providers`: http://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-saml

12345678910>>...36