Closed abdallah-odeh closed 4 months ago
What you've described there isn't do with the plugin but more to do with your own auth flows. This comes down to your identity provider and understanding how OAuth works so is something you would need to do research on
Hello there, I am trying to implement the a device registration scenario,
Authorization code with PKCE
flowcurrently, the device registration cycle is implemented in the webview the question is; is there a way to close the webview (without access token object) and return an error to the user along with some info (user id, device id, tenant id, etc ...) to be able to go through device registration cycle from mobile side
thanks in advance