Azure / azure-spatial-anchors-samples

Azure Spatial Anchors sample code
Other
293 stars 139 forks source link

B2C Azure Active B2C authorisation and Unity 2019.3 #144

Closed sergiosolorzano closed 4 years ago

sergiosolorzano commented 4 years ago

Hi, is there an expected time for AAD in particular B2C for authorisation to be available on iOS Unity projects and 2019.3 version?

Thank you

ashtmMSFT commented 4 years ago

Hey Sergio, we don't currently plan to provide anything that entirely handles this flow in Unity.

However, AAD tokens can already be used today to obtain an access token for Azure Spatial Anchors. Please have a look at the supported AAD flows detailed in https://docs.microsoft.com/en-us/azure/spatial-anchors/concepts/authentication.

I don't believe there's a Unity version of the MSAL library, but there is one for iOS/macOS: https://github.com/AzureAD/microsoft-authentication-library-for-objc.

FelixRoh commented 4 years ago

Hey Sergio, i think there is a way to connect all this Things.

  1. Unity connection with B2C so. The easiest way it running a JS inside WebBrowser Component.
  2. Connecting Spatial Anchors with B2C. You can do it via Azure Functions.

Feel free to contact me for Details.

craigktreasure commented 4 years ago

Please see #149 for more information about Unity 2019.3.

sergiosolorzano commented 4 years ago

Hi @AshtmMSFT @FelixRoh apologies for the late response, I didn't get a chance (we live in a strange world these days). Thanks a bunch for your guidance and comments, I have also seen and will try this latest post

Cheers

RamonArguelles commented 4 years ago

Closing this thread since the request has been answered. @sergiosolorzano, feel free to reopen it if you still need more information in this area. Thanks.

gamalmagdy commented 3 years ago

Hey Sergio, i think there is a way to connect all this Things.

  1. Unity connection with B2C so. The easiest way it running a JS inside WebBrowser Component.
  2. Connecting Spatial Anchors with B2C. You can do it via Azure Functions.

Feel free to contact me for Details.

Hi Felix,

Curious to know if you have already connected Spatial Anchors with B2C via Azure Function before? if so, were there any limitations? Thanks in advance!

Gamal.