84038c25ec
The OIDC issuer URL was being used to construct authorize/token URLs, but Authentik's endpoints are at different paths than the issuer base. - Use the actual authorization_endpoint from .well-known config - Use the actual token_endpoint from .well-known config - Fixes Authentik 'not found' error on login redirect