Skip to content

Commit 3dc1950

Browse files
committed
Add warning
Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
1 parent d2ca86a commit 3dc1950

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@ oidc:
139139
keyFile: "<path-to-tls-key.pem>"
140140
```
141141
142-
This will expose the following endpoints on your Dapr Sentry installation on the provided OIDC HTTP port:
142+
{{% alert title="Warning" color="warning" %}}
143+
The `issuer` value must match exactly the value you provide when creating the Federated Identity Credential in Microsoft Entra ID.
144+
{{% /alert %}}
145+
146+
Providing these settings will expose the following endpoints on your Dapr Sentry installation on the provided OIDC HTTP port:
143147
```
144148
/.well-known/openid-configuration
145149
/jwks.json

0 commit comments

Comments
 (0)