No Results
SAML Setup for MS Entra

Prerequisites:

To set up SAML, take the following steps:

  1. <install saml-artifacts>
  2. install sp-saml-tools
    • Place sp-saml-tools.jar in {edge-install-dir}/bin
  3. Append local.properties-template to local.properties
    • cd {edge-install-dir}/conf
    • cat local.properties-template >> local.properties
  4. Edit local.properties
    • Comment out (or configure) saml.groupMap entries
    • Set keystorePath to edgesp.p12 (or something else, just substitute that in the generate and import steps)
  5. Generate SP metadata
  6. Configure Entra
    • Click Enterprise apps > +New Application > + Create your own application.

    • Click Set up single sign on.
    • In Select a single sign-on method, click SAML.
    • Click Upload metadata file.

    • Click Add.
    • Go to Enterprise apps > Your app name (Edgecoreteam in our case) > Single sign-on and copy App Federation Metadata Url

  7. Import the IdP metadata.
    java -jar ../bin/sp-saml-tools.jar import-idp --properties-file=local.properties --keystore=edgesp.p12 --metadata="{url-you-copied}"
  8. Restart edgeCore.

 


Terms | Privacy