sonikro / flutter-okta-sdk

Okta's SDK Implementation for Flutter
BSD 3-Clause "New" or "Revised" License
19 stars 34 forks source link

I gor URI Error #28

Closed john-smith-rk closed 2 years ago

john-smith-rk commented 2 years ago

No uri registered to handle redirect or multiple applications registered when I test to use

marktefftech commented 2 years ago

Please include the error, this is not enough to help debug.

It sounds like you might be missing the redirect URI as a parameter in the auth request. The client must include this in the request to the authorization server. If it matches the value specified in Okta and credentials are valid, the application will redirect to this URI.

If this is the case, see more here.

marktefftech commented 2 years ago

Hi @yeminsoe please let me know if you're still getting the error can help debug

marktefftech commented 2 years ago

Closing due to inactivity