Replies: 4 comments 15 replies
-
Hey there! 😃 I’m on my phone right now, but did you check out https://www.openpolicyagent.org/docs/latest/management-bundles/#azure-blob-storage while you might not use blob storage, the credentials part should be the same, I imagine. |
Beta Was this translation helpful? Give feedback.
-
Have you done anything beyond what you've shared in the message? Without a system policy checking a token, or something; OPA will not magically do authentication. What you've configured are the secrets to use when talking to the Azure AD service -- nothing more. No authentication logic will be enforced from configuring that alone. See https://www.openpolicyagent.org/docs/latest/security/#authentication-and-authorization for details. |
Beta Was this translation helpful? Give feedback.
-
My understanding about checking the tokens was that it is used only for authenticating data based on the bearer tokens. However, I wanted to perform authentication for all users of a group in Azure AD. |
Beta Was this translation helpful? Give feedback.
-
@srenatus , |
Beta Was this translation helpful? Give feedback.
-
I am new to OPA as well as Azure AD. I have written the following sample config for OPA,
Registered a new application on Azure AD and configured it with Client Secret.
When the authentication is triggered, I get the following logs from OPA,
What am I missing? Should something be configured in the Application Registration on Azure AD or should is there something missing in the config file for OPA?
Beta Was this translation helpful? Give feedback.
All reactions