Package
App (Frontend)
Problem or use case
Hey, I'm a happy user but I like to onboard everything publically facing on my own OpenID Connect provider (so users can have SSO, a common TOTP app etc). It would be neat if the Tuvix frontend could implement OIDC authentication.
I'm currently trying to set up oauth2-proxy between my OIDC provider and the Tuvix frontend but i'm having issues with the call to the API failing with "CORS Missing Allow Headers". Having the frontend support OIDC out of the box would certainly remove a layer of complexity.
Proposed solution
Implement the OIDC standard, hopefully with auto discovery. People will need a way to provide a callback url, a client ID and a client secret.
Additional context
Would you like to contribute?
Package
App (Frontend)
Problem or use case
Hey, I'm a happy user but I like to onboard everything publically facing on my own OpenID Connect provider (so users can have SSO, a common TOTP app etc). It would be neat if the Tuvix frontend could implement OIDC authentication.
I'm currently trying to set up oauth2-proxy between my OIDC provider and the Tuvix frontend but i'm having issues with the call to the API failing with "CORS Missing Allow Headers". Having the frontend support OIDC out of the box would certainly remove a layer of complexity.
Proposed solution
Implement the OIDC standard, hopefully with auto discovery. People will need a way to provide a callback url, a client ID and a client secret.
Additional context
Would you like to contribute?