st2 icon indicating copy to clipboard operation
st2 copied to clipboard

Delegate Token Management to Auth Backend

Open vdurbha opened this issue 8 years ago • 2 comments

Currently, the st2auth module only uses the auth backend to authenticate the username/password of the user and then generates a token with a particular ttl. However, in an enterprise scenario where the auth backend is an OAuth/OIDC/SAML server, then tokens are usually generated by those servers and also managed at that layer. Is it possible to provide an option where st2auth can delegate token management to Auth Backend that has that capability?

vdurbha avatar Dec 08 '17 10:12 vdurbha

@vdurbha Just searched the code and there seems to be a SAML2 SSO backend. However the docs say it's still in beta: SSO: Support SSO with SAML2 for Extreme Workflow Composer web UI (beta).

timka avatar Oct 08 '25 10:10 timka

Also found this https://github.com/StackStorm/st2/issues/5625

timka avatar Oct 08 '25 10:10 timka