Hey, I’m facing an issue. When I send the redirect uri/ callback url in WebAuthProvider in Android to use universal login. I’m getting redirected to a callback url which is having a state and code in it . In your documentation it uses an API “oauth/token” in which I have to send the code and get the idToken. How can I get that code in Android because as far as I know we cannot fetch the browser’s url. Is there any code that you guys can share to fetch that code from the callback url in order to get the idToken?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Redirect with `code` on onExecutePostLogin | 3 | 1639 | September 24, 2022 | |
Redirect to /authorize then it callsback with code and state then confusion | 2 | 2937 | September 18, 2023 | |
Confusion on /userinfo vs. /api/v2/users/{id} apis | 6 | 1264 | September 14, 2023 | |
Authorization code flow with callback URL: redirect to "/" after a successful login | 2 | 6284 | January 4, 2021 | |
Access Token URL Parameter missing when using universal login on mobile websites | 3 | 3226 | April 9, 2020 |