Returning response in Protocol AppActivation #5088
Unanswered
bjorn-malmo
asked this question in
Q&A
Replies: 1 comment
-
related to: OAuth2 API feedback - #4904. this should be filed as a github issue as it's a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a WinUI 3 application that uses the system browser for an Oidc authentication flow. We have a custom uri scheme for activating the application once authentication is completed (Uri redirect). Everything is working as expected.
The question is if it is possible to return anything to the browser as a response to the URI activation? Now, when the OIDC flow is completed and the flow redirects to our application, the browser is left at the last step of the authentication process since it doesn't get any response from the called application.
If the redirect URI is something like http://localhost/... we can respond with some nice HTML stating that the authentication process has completed, but if the redirect URI is myapp://auth/complete, the browser just launches the application without displaying anything more.
Beta Was this translation helpful? Give feedback.
All reactions