nativescript-oauth icon indicating copy to clipboard operation
nativescript-oauth copied to clipboard

add resource for Azure AD

Open aminebizid opened this issue 7 years ago • 0 comments
trafficstars

With Azure AD it's recommended to ask for a specific resource when asking forthe authorization code.

Example :

https://login.microsoftonline.com/{tenant}/oauth2/authorize? client_id=6731de76-14a6-49ae-97bc-6eba6914391e &response_type=code &redirect_uri=http%3A%2F%2Flocalhost%3A12345 &response_mode=query &resource=https%3A%2F%2Fservice.contoso.com%2F &state=12345

aminebizid avatar Sep 19 '18 06:09 aminebizid