Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Adapt the title you want to see on the button : e.g. Login into Corporate Server
  2. Copy Paste the IdP xml in the field : 

    Info

    Check if there are no valid UTF-8 characters in the XML.

    The XML needs to be valid UTF-8, if you have a an e.g. a French IdP, you need to add 

    <?xml version="1.0" encoding="ISO-8859-1"?>

    in front of the XML


    See also Configure your IdP Server for more info how to get this

  3. The SP Entity Id must be unique, so you can use the baseUrl of your application
  4. Set the MaxAuthenticationAge according to your IdP provider: Setting the MaxAuthenticationAge
  5. Adjust the different features provided by the plugin : see Features

...