androidopenid-connectappauth

Registering user with AppAuth


I am working with AppAuth to implement SSO in my app. I have implemented logging the user in with AppAuth and the Auth Intent. I am now looking at registering users via the AppAuth SDK. Does AppAuth support the registering of users?

I appreciate this is a little ambiguous however, I had made an assumption that registration would also be handled through AppAuth but I can't find documentation on it.


Solution

  • Registration is a feature of the Identity Provider and you don't code it in the client app, so it will never be a feature of AppAuth. There are two options that are most commonly used:

    enter image description here