-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Azure identity sample for Event Hubs README #4188
Conversation
conniey
commented
Jun 28, 2019
- Adds an Azure identity sample using ClientSecretCredential
- Changes the absolute links to relative
- Organizes the links at the bottom.
|
||
All the implemented ways to get a credential can be found under the `com.azure.identity.credential` package. The sample below shows how to use an Azure Active Directory (AAD) application client secret to authorize with Azure Event Hubs. | ||
|
||
#### Authorizing with AAD application client secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: did you mean for this to have 3 "#"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant to have 4. The 3rd level header is "Create an Event Hub client using Microsoft identity platform (formerly Azure Active Directory)", and this next section builds off of that previous one.
* Adding an example to authorize with AAD. * Fix broken links * Fixing link. * Sort links * Make links relative * Review changes.