<#800 auth missing/unimplemented options> Issue cr...
# osctrl
g
#800 auth missing/unimplemented options Issue created by jan-krueger Hello, I have noticed that while these consts are defined in the code:
// Types of authentication const ( AuthNone string = "none" AuthJSON string = "json" AuthDB string = "db" AuthSAML string = "saml" AuthJWT string = "jwt" AuthOAuth string = "oauth" AuthOIDC string = "oidc" )
and some are still listed here:
Copy code
Authentication types (auth):

    none - No authentication
    db - Users stored and retrieved from backend database
    saml - SAML-based authentication
    headers - Header-based authentication (middleware approach)
    jwt - JWT token-based authentication
https://osctrl.net/configuration/ It seems like only db and SAML are actually implemented? Any plans to actually add support for e.g. OIDC? Any help is appreciated. :) edit: I will try to draft a PR for OCID jmpsec/osctrl