-
Hey all, I don't know if this is a bug or I'm configuring something wrong but I can't seem get traefik to properly redirect to my auth server with its port I have traefik-oidc-auth configured like so (using the kanidm example): [http.middlewares.service-auth.plugin.traefik-oidc-auth]
Scopes = ["openid", "profile"]
[http.middlewares.service-auth.plugin.traefik-oidc-auth.Provider]
ClientId = "group-name"
TokenValidation = "IdToken"
Url = "https://auth.redacted.com:1443/oauth2/openid/group-name"
UsePkce = true And kanidm configured like so: ---
class: account
class: memberof
class: oauth2_resource_server
class: oauth2_resource_server_basic
class: object
directmemberof: idm_all_accounts@auth.redacted.com
displayname: Group Name
es256_private_key_der: private_binary
memberof: idm_all_accounts@auth.redacted.com
name: group-name
oauth2_rs_basic_secret: hidden
oauth2_rs_origin: https://service.redacted.com/oidc/callback
oauth2_rs_origin_landing: https://service.redacted.com/
oauth2_rs_scope_map: group-name@auth.redacted.com {"email", "groups", "openid", "profile"}
oauth2_rs_token_key: hidden
oauth2_strict_redirect_uri: true
spn: group-name@auth.redacted.com
uuid: ... When accessing
rather than Is there something I didn't configure correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah nevermind, I had the origin url wrong and the service wasn't marked as public |
Beta Was this translation helpful? Give feedback.
Ah nevermind, I had the origin url wrong and the service wasn't marked as public