Skip to content

Authentication and User Management #747

Answered by anthonychu
cuanjooste asked this question in Q&A
Discussion options

You must be logged in to vote

You can run a function each time a user successfully authenticates: https://docs.microsoft.com/en-us/azure/static-web-apps/authentication-authorization?tabs=function#role-management

The function is mainly for looking up custom roles, but you don’t need to return any roles. It’ll be passed details about the user that you can save to your database. There’s nothing built-in to see this information.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cuanjooste
Comment options

Answer selected by cuanjooste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants