Hey Speckle guys,
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?
Thanks!
Christian