I’m trying to enable auth with Azure AD and I’m not quite sure how to fill out the required fields.
It looks like what I need is there fields below
azure_ad:
enabled: true
org_name: "My Organisation" <- Can I use whatever name I like or does it need to fit with the Application ID?
identity_metadata: "" <- What should I put here?
issuer: "" <- What should I put here?
client_id: "Application Id" <- Application (client) ID from Azure
secret: "secret" <- Secret ID from a Client secret?
How should I setup my app registration in Azure?
Right now I have added a single-page application with a redirect of https://my-speckle-domain.com/auth/azure/callback and ticked off the ID tokens check-box under the authorization endpoint.
But I still get an AADSTS900971: No reply address provided. when I try to login