google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.57k stars 582 forks source link

Enabling both local account and SSO login. #1724

Open asmirazali opened 3 years ago

asmirazali commented 3 years ago

Is your feature request related to a problem? Please describe. When SSO / OIDC is enabled, local account login will be disabled as users will automatically be redirected to login using SSO.

Describe the solution you'd like To enable both local account and OIDC / SSO login when OIDC / SSO is enabled.

By enabling local account login, admin will be able to create service accounts by login using local account. Service account can be used for automation, when using the API or importer cli.

jaegeral commented 3 years ago

So to clarify, you would like to have. amixed mode where you have SSO and local accounts?

asmirazali commented 3 years ago

Yes that is right. Local accounts is for automation purpose.