Hi devs,

In wso2 APImanager (3.2.0) we define an IdP provider to use SSO with our 
shibboleth system.
We need to provide shibboleth with the APImanager metadata file, something like 
:

<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" 
ID="_14f36e89179b28bc377f7ce709f7afd4504d994d" 
entityID="https://apim.server/shibboleth";>
  <md:Extensions xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport">
    <alg:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha512"/>
    <alg:SigningMethod 
Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512"/>
  </md:Extensions><md:SPSSODescriptor 
protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol 
urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol">
    <md:Extensions>
      <init:RequestInitiator 
xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" 
Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" 
Location="https://apim.server/oauth2/authorize"/>
    </md:Extensions>
    <md:KeyDescriptor>
Etc…..



We do this 'manually' based on examples, is there any way (some EP for example) 
 we could use to get this file automatically built from APIM itself ?

Thanks,
Bernard
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to