Replies: 1 comment
-
Hi @jdkorigan, When you say AD, do you mean Azure AD? If so, you would have to navigate to the App Registration you created for your instance of Data Api builder. On your app registration's Overview page, you would use the GUID listed in the Application (client) ID field. The documentation for configuring Azure AD app registrations with Data Api builder can be found here: https://github.com/Azure/data-api-builder/blob/main/docs/authentication-azure-ad.md. If you've already tried to reference that, let me know what you think can be improved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to use authorization in dab-config file, but it is not clear to me how to use it.
Would you have a simple example to show how to proceed with AD? (for docker)
"runtime": {
"host": {
"authentication": {
"provider": "AzureAD",
"jwt": {
"audience": "AudienceGUIDfromAppRegistration",
"issuer": "https://login.microsoftonline.com/tenantID/v2.0"
}
}
}
what is "AudienceGUIDfromAppRegistration" where can we get it in Azure?
Best Regards,
Jérôme
Beta Was this translation helpful? Give feedback.
All reactions