On-premises installation
Overview | Software architecture | Download | Deployment | Configuration | Troubleshooting | FAQ | EULAAuthentication | LDAP | SAML 2.0 | Authorisation and role-based access | HTTPS | Amazon Web Services S3 | Elasticsearch
Authentication with Azure Active Directory
Here are some basic instructions for integration with Azure Active Directory. In this example, the Structurizr on-premises installation was running at http://localhost:7080
.
1. Register the Structurizr on-premises installation
Create an Azure "enterprise application" to represent the Structurizr on-premises installation. Choose the "Integrate with any other application you don't find in the gallery" option.
After creation, change the single sign-on method to SAML.
The "identifier" you use here should be set as the structurizr.saml.entityId
property in your structurizr.properties
file.
And the "reply URL" should be set to http://localhost:7080/saml/SSO
.
2. Download IdP metadata
Download the IdP metadata from the "App Federation Metadata URL" link, saving this as saml-idp-metadata.xml
in your Structurizr data directory.