backend-1 | [13:54:48 INF] The pushed authorization request was successfully sent to https://staging.building-integrated-solar-systems.com/connect/par: {
backend-1 | "client_id": "test01-database",
backend-1 | "redirect_uri": "https://staging.solar-in-the-facade.com/connect/callback/login/metabase",
backend-1 | "response_type": "code",
backend-1 | "response_mode": "query",
backend-1 | "scope": "openid offline_access profile api:read api:write api:database:manage",
backend-1 | "nonce": "QP20s16PGCsUvwayyzmLZWvlpzAt9QVxd66ScmC_2P4",
backend-1 | "code_challenge": "uB_VVN45UdI7Q9Vhavj_-ZZnsKD_71ehM6zZq15JyWw",
backend-1 | "code_challenge_method": "S256",
backend-1 | "state": "m7qLBQsMBm19jb97jMuEwJhpezZlKFcmIM5QMJWLRqk",
backend-1 | "client_secret": "[redacted]"
backend-1 | }.
backend-1 | [13:54:48 INF] The pushed authorization response returned by https://staging.building-integrated-solar-systems.com/connect/par was successfully extracted: {
backend-1 | "error": "invalid_request",
backend-1 | "error_description": "The specified 'redirect_uri' is not valid for this client application.",
backend-1 | "error_uri": "https://documentation.openiddict.com/errors/ID2043"
backend-1 | }.
backend-1 | [13:54:48 INF] The pushed authorization request was rejected by the remote authorization server: {
backend-1 | "error": "invalid_request",
backend-1 | "error_description": "The specified 'redirect_uri' is not valid for this client application.",
backend-1 | "error_uri": "https://documentation.openiddict.com/errors/ID2043"
backend-1 | }.
backend-1 | [13:54:48 INF] AuthenticationScheme: OpenIddict.Client.AspNetCore was challenged.
backend-1 | [13:54:48 INF] HTTP GET /connect/login responded 400 in 4330.0160 ms