• Resolved micah-uber

    (@micah-uber)


    The general tab does not have any information for the entity ID, Logout URL, Consumer URL.

    Status

    You have provided an Entity ID for your IdP.
    You have provided a Single Sign-On URL for your IdP.
    You have provided a Single Logout URL for your IdP.
    You have provided a Certificate Fingerprint for your IdP.
    You have provided a Certificate and Private Key for this site.
    You have provided SAML attributes for all user fields.
    You have specified permission groups for this site.

    Your SAML Info

    You will need to supply your identity provider with this information. If you want your users to be able to log in directly from WordPress (as opposed to logging in from a separate SSO portal), then you will also need to supply your IdP with the signing certificate used on the Service Provider tab.

    Your Entity ID:

    Your Single Logout URL:

    Your SAML Assertion Consumer URL:

    http://wordpress.org/plugins/saml-20-single-sign-on/

Viewing 1 replies (of 1 total)
  • Plugin Author ktbartholomew

    (@ktbartholomew)

    The plugin uses cURL to fetch its own metadata and drop the information in those fields. If they’re blank, then something is getting in the way of that process. It’s possible that your PHP installation is missing the cURL library.

    If you don’t want to figure out how to install that, the default location for that metadata is /wp-content/plugins/saml-20-single-sign-on/saml/www/module.php/saml/sp/metadata.php/1

    You can just visit that link in a browser and look through the XML to get the appropriate info.

    Entity ID is found inside the entityID attribute of the first tag (<md:entityDescriptor … entityID=”{your Entity ID}” />

    SLO URL: <md:SingleLogoutService … Location=”{your SLO URL}” />
    ACS URL: <md:AssertionConsumerService Binding=”urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST” Location=”{your ACS (login) URL}” />

Viewing 1 replies (of 1 total)
  • The topic ‘No SAML Info Provided’ is closed to new replies.