Corentin Closs

Results 18 comments of Corentin Closs

Hello! Do you both still experience the issue ? I've just been able to configure ArgoCD to use my Authentik instance as OIDC provider, and am able to login without...

I've been able to get ArgoCD working, both using CLI and it's web interface, i'm writing the doc for it 👍

Hey sorry just got to check this, I'll go through the comments to fix stuff :)

> hello @Unyxos , > > > > Even if your documentation is not published, I have already followed it. > > > > I have the problem, when I...

Oh no worries haha, let me know when you're free I'll try to dig on my end to find what could be happening 👍

Hi @iluwatar! Have you been able to try by following the steps in my MR (https://github.com/goauthentik/authentik/pull/3553) ? I'm able to login both through the web interface & CLI after doing...

Hey @fwmarcel just wondering are you using a self signed certificate to serve authentik ? If you happen to be able to have a look at the dex pods logs,...

Oh damn that's super strange I wish I ran into this myself.. I'll try to install a fresh new authentik + argocd and try to replicate the issue !

btw if that can help, here's my configuration : argocd-secret ``` ... data: dex.authentik.clientSecret: >- dGhpcyBteSBzZWNyZXQgaGVoZQ== ... ``` argocd-cm ``` ... data: dex.config: | connectors: - config: issuer: https://sso.xxxxxxxx.xxx/application/o/argocd/ clientID:...

can reproduce, when checking the network tab, it tries to load using `url` parameter. Example on my self hosted instance when trying to load my avatar : `https://plane.domain.tld/_next/image?url=https%3A%2F%2Fplane.domain.tld%2Fuploads%2Fuser-cfe162aaa60540f8b45b833d87a3f89e-g6uLytzf_400x400.jpg&w=256&q=75` is failing...