-
Notifications
You must be signed in to change notification settings - Fork 100
[BREAKING CHANGE] Sync external user with database at login time #1692
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
[BREAKING CHANGE] Sync external user with database at login time #1692
Conversation
bbca725
to
727e592
Compare
c5aacdc
to
2a94ad5
Compare
2a94ad5
to
13adfef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice to see we are reaching a first version of OIDC/OAUTH support !!!
from private tchat with @celian-garcia, because I think it will be nice to have a trace of what we decided :
well you can do both I think. And error is needed to know what happens.
Yeah I think it's better if the login page is there whatever is the provider enabled. Specially because like said above, there is a redirection to the login page when you are logged. |
Yes it is to be then redirected by the frontend itself. The current issue is that it returns 500 and display 500 Internal Server Error to the browser.
👍 alright we agree on that, I will remove the line that does the auto redirect. |
b5a3eb0
to
e0008ec
Compare
Signed-off-by: Celian GARCIA <celian.garcia@amadeus.com>
e0008ec
to
868601d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
Description
This PR add the last important missing brick which consist in saving the user once logged in.
It allows then to add some permissions to that user.
Screenshots
Checklist
[<catalog_entry>] <commit message>
naming convention using one of thefollowing
catalog_entry
values:FEATURE
,ENHANCEMENT
,BUGFIX
,BREAKINGCHANGE
,DOC
,IGNORE
.UI Changes
See Storybook
and e2e docs for more details. Common issues
include: