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

Error Processing Request #99

Open
vinodshimpi opened this issue Apr 5, 2022 · 5 comments
Open

Error Processing Request #99

vinodshimpi opened this issue Apr 5, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@vinodshimpi
Copy link

Describe the bug?

I have modified okta.plist file of sample app with specific values, after launching app and providing proper credential it is showing error page on browser.

What is expected to happen?

It should land to dashboard screen with user logged-in.

What is the actual behavior?

after authentication it shows error on browser.

IMG_5A09D56001CE-1

Reproduction Steps?

Below are the okta.plist file changes.

Screenshot 2022-04-05 at 9 53 35 AM

Additional Information?

No response

SDK Version(s)

I am using latest version of Okta native sample and Xcode Version is 13.2.1 (13C100).

Build Information

No response

@vinodshimpi vinodshimpi added the bug Something isn't working label Apr 5, 2022
@arvindkrishnakumar-okta
Copy link

@vinodshimpi Thanks for the post!

@mikenachbaur-okta Can you please help take a look?

@mikenachbaur-okta
Copy link
Collaborator

Hi @vinodshimpi, are you sure you're using the Native sample, or the browser sample? From the looks of things, it would appear that your issuer URL may be incorrect. Can you confirm that the issuer, and other parameters, are correct?

Additionally, typical mobile applications utilize a custom URL Scheme for authorization in native applications, since ASWebAuthenticationSession observes the OIDC redirect flow and completes authorization once a redirect to your scheme is detected. Since your redirectUri has an https scheme, it wouldn't be able to properly detect when the authorization code redirect occurs.

@Nimesh231126
Copy link

Hi Mike,
The issuer uri is correct and also Okta we see that the login attempt is success so actually in okta console we do not see any error but in application we are getting the error Message.

@vinodshimpi
Copy link
Author

Hello Mike,

Do we have any update on this? Do you need any other details from our end?

@vinodshimpi
Copy link
Author

Any Updates on this thread?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants