Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Implementing a Single Sign-On

I'm trying to add a Single Sign-On capability to our project in Unity with the Mixed Reality Toolkit. I've checked this page on how to create one, therefore I tried to create a Web Account Manager by following this tutorial in which we use the AccountSettingsPane.

While I've been able to run this Web Account Manager project in a local machine, and as a beginner of XAML and UWP development, I'm having a hard time in knowing how to integrate this with Unity. I tried turning the Account project into a plugin but no success because it doesn't seems to recognize the XAML code (and I've been able to create other UWP plugins previously). But I don't even know if this is the correct course of action.

Did anyone tried to integrate this or other XAML project with Unity successfully or if it is possible at all? Or point me in the right direction since I feel a bit lost on how to get a SSO capabilty.

Thank you

Sign In or Register to comment.