OAUTH2 authentication

Is there a way to use OAuth2 to authenticate to the mender instead of using the mender authentication?

Not currently - it might possibly be something supported in the longer term future, but for sure at the moment it’s only possible with the Mender JWT authentication.

I’m also interested in this feature. I need it for some integration.
And I’m looking if I could make these changes what would be required to do so.
Does it require only to change gui and useradm service change?
If, for example, I implement implict flow in your React gui would the backend accept the access token passed in the Authorization header or that would also be something that needs to modified.
Also do you think that maybe some api gateway (like Kong) that has oidc plugin can do the job here ?

1 Like

Hi there
Also interested! Do you have any news on this subject?