How do I set up a user manager automatically. #78
Answered
by
vinckr
pedrodgoes
asked this question in
Q&A
-
How do I automatically define an administrator user? Is it possible to do it in the console? I'm using Custom UI with Ory Elements. Note: I believe that where I say user, I mean identities. |
Beta Was this translation helpful? Give feedback.
Answered by
vinckr
Sep 29, 2023
Replies: 1 comment
-
Hello @pedrodgoes How is an admin user defined in your system? generally we think this is an authorization problem (so should be handled by Ory Permissions). But you can also use metadata in identities to implement roles (not best practice, but it works) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pedrodgoes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @pedrodgoes
How is an admin user defined in your system?
generally we think this is an authorization problem (so should be handled by Ory Permissions). But you can also use metadata in identities to implement roles (not best practice, but it works)