This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Persist users who login using api_client param #673
Milestone
Comments
We could do (1) now and move on. If needed, we could add support for (2) later on. |
@sbryzak This should solve the concern of issuing tokens to users whose record doesn't exist. What do you think? |
@sbose78 Certainly, this would solve the problem of unrevokable tokens, as we would be able to create a token record if the user has a corresponding identity record. |
@sbose78 if step 2 is not critical for now and can be addressed later, shouldn't we open a separate issue for it? |
Yeah, if it's not solved in a single PR, we could do that. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On login, check if
api_client
param is present ( as done now ). If the user doesn't exist in the DB, create a record before returning a token.[ not critical now ] Modify
Create User
API to allow updating the user record with the cluster api url. This change would be needed if the same RHD user now wishes to login to OSiO.The text was updated successfully, but these errors were encountered: