Replies: 4 comments
-
|
Hi @FufferKS , We will eventually add the support for the same in the flutter SDK. I can't share a definite ETA at the moment but will share an update as soon as we come up with timeline |
Beta Was this translation helpful? Give feedback.
-
|
Hello @pmathew92 👋 I have some follow up questions, since I'm also looking at a similar issue. What would be a proposed solution to accomplish a PAR flow with an ios/android app? Would one need a proxy server to act as a confidential client to Auth0 that would handle the authentication between app and backend? I couldn't find much in the documentation, and not a single example of an e2e flow that would outline this, so if there are some – they would be hugely appreciated! Thanks :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ethiril ,
This will give you a response like :
PAR request and token exchange needs to be handled by your backend server. Mobile SDK only handles the authorization part . |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ethiril @FufferKS I am moving this request to community discussion to get more feedback from the community on how to achieve this feature in a more developer friendly manner |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you'd like to have solved
Hi, I'm trying out auth0 as a provider.
I've been able to follow the setup docs and properly authorise.
For my app, I might need to use PAR, I'm struggling to set it up and looking for examples.
Particularly, I'm running into UNKNOWN: Invalid callback on ios.
From what I understand from the docs, we might need to set up a backend proxy, but I'm also interested in any quidelines on the simplest possible POC even with an unsafe client side secret to start with.
Describe the ideal solution
Alternatives and current workarounds
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions