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
Currently in macos it seems like that the login / logout page opens in webview which before opening the login or logout page always shows a popup asking to continue: “sso_login_app” Wants to Use “myapp.com” to Sign In.
Would it be possible to open the login page as a new tab in the current web browser instead?
The text was updated successfully, but these errors were encountered:
HI @ahmednfwela. No the app is running on desktop. Is it possible?
There is a few downside i found in using webview:
the popup “sso_login_app” Wants to Use “myapp.com” to Sign In.
if the webview auth page is already open but minimised clicking on the flutter app button Start auth code flow will not do anything.
if you click several times on Start auth code flow then after you close the current webview window a new one will pop up, for each click you did.
Another question, on MacOs desktop app is it possible to use http://localhost:0 instead of the custom url com.bdayadev.oidc.example:/ for the redirect urls?
Description
Currently in macos it seems like that the login / logout page opens in webview which before opening the login or logout page always shows a popup asking to continue:
“sso_login_app” Wants to Use “myapp.com” to Sign In
.Would it be possible to open the login page as a new tab in the current web browser instead?
The text was updated successfully, but these errors were encountered: