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
I have cloned the below Solution and tried the OAuthWebSample solution by replacing with my Values which i have registered.
Starting when i have started the solution with my values i have Authorized the Application and i have not got any authorization Code and state for me to create a token.
In the Code the Callback method is accepting Code and state as parameters and i tried many times after me authorizing the app and i am getting two different error.
2)Can anyone please clarify me on the Callback URL what should be mentioned because in the solution screen it was mentioned https://yoursite.azurewebsite.net/OAuth/CallBack. Should we need to maintain the callback URL in the same manner where we need to include AzureWebSite.Net in my application URL?
For the first time users we will be allowing them to authorize the APP. after that how we need to achieve the token creation in the callback functionality?
I am new to this OAuth Authentication can anyone guide me in the right direction of how i can upgrade my application from removing the PAT token authentication to OAUTH Bearer token authentication. Hoping for a faster reply.
Thanks,
Deepak
The text was updated successfully, but these errors were encountered:
Hi Team,
I have cloned the below Solution and tried the OAuthWebSample solution by replacing with my Values which i have registered.
Starting when i have started the solution with my values i have Authorized the Application and i have not got any authorization Code and state for me to create a token.
In the Code the Callback method is accepting Code and state as parameters and i tried many times after me authorizing the app and i am getting two different error.
2)Can anyone please clarify me on the Callback URL what should be mentioned because in the solution screen it was mentioned https://yoursite.azurewebsite.net/OAuth/CallBack. Should we need to maintain the callback URL in the same manner where we need to include AzureWebSite.Net in my application URL?
I am new to this OAuth Authentication can anyone guide me in the right direction of how i can upgrade my application from removing the PAT token authentication to OAUTH Bearer token authentication. Hoping for a faster reply.
Thanks,
Deepak
The text was updated successfully, but these errors were encountered: