-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding MFA and also ADDITIONAL FIELDS #17
Comments
Hello!
|
Thanks sir am grateful
Thanks sir am grateful |
|
SSO settings section in the gateway side are optionalSSO = {
} In one of my service website settings.py i have this ` SSO = {
} ` My Question is that from my service app, how can i get the user first_name, last_name and phone_number, its only the user email am getting. When i do request.user.email in the template or view in my service app, it return nothing, but request.user.username return the user email. But am looking for how to get the First Name, Last Name and Phone Number |
Just want to add, can one use this for a production ready website now, or should we wait for update ? |
This is not really an issue but i just need support on it
The text was updated successfully, but these errors were encountered: