simon987 / sist2

Lightning-fast file system indexer and search tool
GNU General Public License v3.0
836 stars 54 forks source link

Support OpenID Connect (OIDC) besides Auth0 #356

Open ghost opened 1 year ago

ghost commented 1 year ago

Which SIST2 component is your Feature Request related to? Auth0 is a 3rd party managed service and can't be self-hosted.

Is it possible to support OpenID Connect (OIDC)?

simon987 commented 1 year ago

Hi I'm sure it would be possible but I don't really have the time/interest to do it for free sorry :(

ghost commented 1 year ago

I thought Auth0 is based on OIDC with some modifications. I will try to see if it works already with other OIDC providres.

write3371 commented 3 months ago

Found some more generic one https://github.com/curityio/javascript-oauth-assistant-spa https://github.com/oktadev/okta-auth-js-pkce-example/tree/master

These would allow many other provides using Proof Key for Code Exchange (PKCE)