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
I'm a little baffled regarding Oidc in UNO for a windows native app, I followed the example in the doc's, however when I try to login a browser window is opened with what seems to be the authentication string send from the client.
Digging a little deeper there seems to be another document stating indirectly that it doesn't work for native apps Uno36, but this was for UNO 3.6.
I did find an example of how to use the underlying api for a console app, where they catches the webrequest with a HttpListener example
So the question is, has anybody gotten this to work with windows native app without the above approach with a httpListener?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I'm a little baffled regarding Oidc in UNO for a windows native app, I followed the example in the doc's, however when I try to login a browser window is opened with what seems to be the authentication string send from the client.
Digging a little deeper there seems to be another document stating indirectly that it doesn't work for native apps Uno36, but this was for UNO 3.6.
I did find an example of how to use the underlying api for a console app, where they catches the webrequest with a HttpListener example
So the question is, has anybody gotten this to work with windows native app without the above approach with a httpListener?
Beta Was this translation helpful? Give feedback.
All reactions