Base solution for your next web application
Open Closed

OpenId Azure AD & Xamarin Mobile Application #6419


User avatar
0
eltargrim created

This is my first project with AspNet Zero and I'm working through debugging and setting up some of the core features. I've successfully configured Azure AD using openid and can login on the angular app and have a user created. When running localhost (with emails enabled) an email activation is not sent initially. If I login as admin I can send an activation email to the user but using that link does not activate the created Azure user. If I manually activate them with the admin account they can login on the angular app. Is this expected behavior?

Secondly, I see no option to login with the created openid account on the mobile app. No open id login and no way to establish a password for the created user that can be used. How do openid users work with the mobile application?


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    Second question's answer:

    • Currently there's no openid authentication implementation.

    You can add a new button on login page to open a webview and authenticate user inside that webview. Then get the user information and navigate to main view of the Xamarin app.

    See if this helps https://github.com/xamarin/xamarin.auth