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
Hello there,
I am trying to implement the a device registration scenario,
the user clicks Login
a webview is opened to login using Authorization code with PKCE flow
after a successful login and right before issuing a token
if used device is already registered for user
then we issue a token & authenticate the user
else
we abort the login process (close webview), redirect the user to device registration cycle
after completing the device registration, we redirect him back to login
currently, 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
The text was updated successfully, but these errors were encountered:
Configuration
Description
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
The text was updated successfully, but these errors were encountered: