Replies: 1 comment
-
I don't have a preference, but it is possible to edit the account information in two different ways. The first approach involves providing the URL of the Identity Server and allowing the user to manage their local information, such as credentials and external accounts. Example of a custom controller.
Once the custom controller is created, edit the
The second approach involves developing a custom web application and calling our different API operations to update account information, such as credentials. |
Beta Was this translation helpful? Give feedback.
-
When our app is using id server as our auth server. How do you suggest we allow user to manage their account? Do we build our own UI allowing them to update details using the id server API or do we just redirect them to the id server where they can manage their account?
Both options are good but using our own UI would enable us to manage other details of our system, but it will mean that all functions would need to be implemented on our side using the API.
I am wondering how people have achieved account management for their apps.
Beta Was this translation helpful? Give feedback.
All reactions