You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Feature Request
Are there any plans to include examples of OAuth 2.0 (JWT) authentication using Azure B2C as the OIDC identity provider?
Specifically, for the step with CA certificate including public keys and also with the requirement that the aud part of the claim must include the EventGrid namespace since the aud part of the B2C token is the application id and doesn't allow for much customization.
The text was updated successfully, but these errors were encountered:
Feature Request
Are there any plans to include examples of OAuth 2.0 (JWT) authentication using Azure B2C as the OIDC identity provider?
We are facing some challenges in trying to follow this documentation: https://learn.microsoft.com/en-us/azure/event-grid/oauth-json-web-token-authentication
Specifically, for the step with CA certificate including public keys and also with the requirement that the
aud
part of the claim must include the EventGrid namespace since theaud
part of the B2C token is the application id and doesn't allow for much customization.The text was updated successfully, but these errors were encountered: