azure - Single-Sign-On between web app and native app using ADAL -


we have web application (multi-tenant) , wpf application , use adal sign in them. want have single sign-on experience between these two. i.e. when user signs-in on web app, don't prompt them sign-in on wpf app , vice versa. , when user signs off in one, sign them off on both sides. how done?

today there no way achieve that. wpf app uses tokens, web app uses session cookies. there no shared context between 2 , no standard mechanism model it.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -