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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
I have created my app under "portal.azure.com"
I have added a platform android to it. The portal is generated Uri for me like: "msauth://my_package_name....
Then I try to login using this lib and after I inputted e-mail address I got following error page:
"We're unable to complete your request
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application."
What is wronge?
The text was updated successfully, but these errors were encountered:
In Azure Portal, select your app and then go to Authentication page, Click on Add URI in Mobile and Desktop Application section and add "urn:ietf:wg:oauth:2.0:oob" as redirect URL and use the same in client app. This fixed the same issue for me, hope it would be helpful.
In Azure Portal, select your app and then go to Authentication page, Click on Add URI in Mobile and Desktop Application section and add "urn:ietf:wg:oauth:2.0:oob" as redirect URL and use the same in client app. This fixed the same issue for me, hope it would be helpful.
"Redirect URI" field is readonly in the azur portal.
When I try to input your value in the "Package name" field I recieve this error: "Less than 218 characters in length"
I have created my app under "portal.azure.com"
I have added a platform android to it. The portal is generated Uri for me like: "msauth://my_package_name....
Then I try to login using this lib and after I inputted e-mail address I got following error page:
"We're unable to complete your request
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application."
What is wronge?
The text was updated successfully, but these errors were encountered: