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 24, 2024. It is now read-only.
We are using @okta/okta-angular library to authenticate with OKTA. Our web site is working fine with PKCE true. When we use the same code in IOS app or Android APP. the okta redirect URL is not working. if we use PKCE false, it is redirecting. We are using IONIC capacitor for our app.
Expected behavior
Should call Okta if the PKCE true from APP.
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
Environment
Package Version:
Browser:
OS:
Node version (node -v):
Other:
The text was updated successfully, but these errors were encountered:
swiftone
changed the title
PKCE true is not working when using Okta anugular SDK for android and IOS
PKCE true is not working when using Okta angular SDK for android and IOS
Sep 18, 2020
However, in a Capacitor app, capacitor://localhost is sent as an origin header, and Okta only allows http and https as schemas. This means the CORS request for the ./well-known/openid-configuration metadata fails.
I'm submitting this issue for the package(s):
I'm submitting a:
Current behavior
We are using @okta/okta-angular library to authenticate with OKTA. Our web site is working fine with PKCE true. When we use the same code in IOS app or Android APP. the okta redirect URL is not working. if we use PKCE false, it is redirecting. We are using IONIC capacitor for our app.
Expected behavior
Should call Okta if the PKCE true from APP.
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
Environment
node -v
):The text was updated successfully, but these errors were encountered: