Skip to content

Instantly share code, notes, and snippets.

@dmiyakawa
Created November 30, 2012 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmiyakawa/4173843 to your computer and use it in GitHub Desktop.
Save dmiyakawa/4173843 to your computer and use it in GitHub Desktop.
Converted metadata with SimpleSAMLphp flat-file format
$metadata['https://idp.example.com/idp/shibboleth'] = array (
'name' => 'ssp_flat',
'metadata-set' => 'saml20-idp-remote',
'entityid' => 'https://idp.example.com/idp/shibboleth',
'SingleSignOnService' => array (
0 =>
array (
'Binding' => 'urn:mace:shibboleth:1.0:profiles:AuthnRequest',
'Location' => 'https://idp.example.com/idp/profile/Shibboleth/SSO',
),
1 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
'Location' => 'https://idp.example.com/idp/profile/SAML2/POST/SSO',
),
2 =>
array (
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
'Location' => 'https://idp.example.com/idp/profile/SAML2/Redirect/SSO',
),
),
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient',
'certData' => 'MIISOMECERTSM9Xvw==',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment