Skip to content
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

Does the interface type AAD - Azure Active Directory use the Azure Active Directory Graph API? #15

Closed
gregorwolf opened this issue Jun 14, 2018 · 1 comment

Comments

@gregorwolf
Copy link
Contributor

Unfortunately there is not yet an example on how to use the interface type AAD - Azure Active Directory. So I hope you can answer my question here via this issue. I've looked for the Azure Active Directory API and the first result that I've got was Azure Active Directory Graph API. But there it is strongly recomended to use the Microsoft Graph. So what API does does the interface type AAD - Azure Active Directory use? And where can I obtain the SAS Key to use this API?

@NaveenKurmadas
Copy link
Contributor

We are still working on the documentation part of the remaining services. we will update them soon.
As of now, AAD service class uses Microsoft Graph API token endpoints to get the AAD token. More functionalities are still being added and will be released in next versions.
There is no SAS key for AAD. Please maintain AAD Application Secret in that field. This secret will be used to get token using OAUTH 2.0 Client Credentials grant protocol.

I understand your confusion, so we will modify the field label from SAS key to just a Key/Secret. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants