Requirement: In order to connect using Azure for SAML and Office 365, the client needs an “Azure Active Directory Premium P1” license. This is required because the user will need to create an Enterprise App for SiteStacker and will need to use this claim with all the namespaces removed.
1. Configure SAML Setting in Azure
2. Pass us the federation metadata XML
3. Confirm all works as expected
You use the below example attributes to configure attributes
- No attribute should be namespaced
- Attributes are also case-sensitive
Once you have set up your attributes, you will need to add multiple identifiers under “Basic SAML Configuration.”
Set the following Identifier (Entity ID):
{https://domain.org}/simplesaml/module.php/saml/sp/metadata.php/default-sp
{https://domain2.org}/simplesaml/module.php/saml/sp/metadata.php/default-sp
{https://domain3.org}/simplesaml/module.php/saml/sp/metadata.php/default-sp
Replace each {https://domain.org} with your domain(s)
The first domain on the list should be your primary domain
Set the following Reply URL (Assertion Consumer Service URL):
{https://domain.org}/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp
Replace {https://domain.org} with your primary domain
Set the following Relay State:
{https://domain.org}g/p/Users/Saml/login
Replace {https://domain.org} with your primary domain
Once Azure has been set up, the client will provide us with the XML file so DevOps can add Azure as a SAML option to their Site Stacker Installation.
Modified on Wed, 27 Sep, 2023 at 11:46 AM
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article