Alright, I’m stopping here as I think this is the problem perhaps:
ERR httputil: error error="authenticate.OAuthCallback: error redeeming authenticate code: identity/oidc: failed getting id_token: oidc: id token signed with unsupported algorithm, expected [\"**RS256**\"] **got** \"**HS256**\"" ip=127.0.0.1 request-id=ce025a44-6fe6-4e84-adb0-4a2730e073c4 status=500 status-text="Internal Server Error" user_agent="Mozilla
How do I set the correct algorithm it sends in the config.yaml?
So I lied about stopping. haha
I consulted Authentik’s discord got the RS256 vs HS256 resolved.
So, this issue is resolved I finally got it to print out my User Details in Pomerium, so I guess it’s time to read up on the rest of how your app works. Marking this as solved.