Another question regarding setting up OIDC using A...
# ingestion
r
Another question regarding setting up OIDC using Azure AD - it asks for a discovery URL for Azure AD any ideas what it would be? from this page it shows the path to be https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc
Copy code
/.well-known/openid-configuration
but what would be the URL?
e
Hey Ajay. Took a while to understand that section in the document as well.
Should be {Authority}/.well-known/openid-configuration
so basically
where tenant can be one of the four values indicated in the section!
b
Hi there!
Do you mind pasting obfuscating oidc configs here?
r
hi @big-carpet-38439, i got this working, i was mistakenly passing the secret id instead of the value, all good now 😊👍. I do see that even though OIDC is enabled, i can go to /login endpoint and pass the default credentials, is there a way to change these credentials from kubernetes/helm instead of creating a new docker image?
b
cc. @early-lamp-41924 - so currently you can mount a custom user.props file inside the container that has custom usernames and passwords for the basic login accounts… we are recommending folks use config maps in K8s to do this.. but based on the number of folks bringing it up I think we should probably have a more formalized guide
But totally open to suggestions about how to make this easier!!! I wish getting config files into was simpler..