siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
402 stars 23 forks source link

[feature] Add OIDC support #92

Open Simon-Boyer opened 3 months ago

Simon-Boyer commented 3 months ago

Problem Description

I'm trying to use an identity provider which currently only supports OIDC, it would be nice if it was one of the supported options for omni.

Solution

Add OIDC as a third option to omni auth providers methods (currently only auth0 and saml).

Alternative Solutions

Tried to use this thing, but I cant make it work: https://github.com/IdentityPython/SATOSA/tree/master

Notes

No response

MAHDTech commented 2 months ago

Having recently spent time migrating a bunch of our SAML k8s apps over to OpenID connect I could really use this to help pitch the omni case in my org

We're using pinniped.dev

samip5 commented 1 month ago

Add OIDC as a third option to omni auth providers methods (currently only auth0 and saml).

OIDC as in OpenID Connect?

Simon-Boyer commented 1 month ago

Add OIDC as a third option to omni auth providers methods (currently only auth0 and saml).

OIDC as in OpenID Connect?

Yes