Details
-
New Feature
-
Resolution: Fixed
-
None
-
High
-
-
Empty show more show less
Description
other systems need to authenticate via single sign on with oAuth 2.0, analog to users do with OpenId Connect.
Make the session impersonate development functionality accessible via api.
The use case will be the following:
1. authenticate via api with user with admin roles
2. call editor/session/impersonate?login='new_login'
where the 'login' param is the login of the user which we want to login as.
This will replace the admin user session with the 'new_login' user.
3. now you are authenticated as 'new_login' and you can do stuff in transalte5 in the name of 'new_login'