Feature(s) impacted
after I try to upgrade my project to v7 I am getting this error.
Observed behavior
Unable to authenticate you
We can’t reach your server. Please check that your admin backend is correctly configured and running.
Expected behavior
Working as expected without any error.
Failure Logs
[forest] 🌳🌳🌳 Unable to register the client
{
"configuration": {
"authorization_endpoint": "https://api.forestadmin.com/oidc/auth",
"device_authorization_endpoint": "https://api.forestadmin.com/oidc/device/auth",
"claims_parameter_supported": false,
"claims_supported": [
"sub",
"email",
"sid",
"auth_time",
"iss"
],
"code_challenge_methods_supported": [
"S256"
],
"end_session_endpoint": "https://api.forestadmin.com/oidc/session/end",
"grant_types_supported": [
"authorization_code",
"urn:ietf:params:oauth:grant-type:device_code"
],
"id_token_signing_alg_values_supported": [
"HS256",
"RS256"
],
"issuer": "https://api.forestadmin.com",
"jwks_uri": "https://api.forestadmin.com/oidc/jwks",
"registration_endpoint": "https://api.forestadmin.com/oidc/reg",
"response_modes_supported": [
"query"
],
"response_types_supported": [
"code",
"none"
],
"scopes_supported": [
"openid",
"email",
"profile"
],
"subject_types_supported": [
"public"
],
"token_endpoint_auth_methods_supported": [
"none"
],
"token_endpoint_auth_signing_alg_values_supported": [],
"token_endpoint": "https://api.forestadmin.com/oidc/token",
"request_object_signing_alg_values_supported": [
"HS256",
"RS256"
],
"request_parameter_supported": false,
"request_uri_parameter_supported": true,
"require_request_uri_registration": true,
"claim_types_supported": [
"normal"
]
},
"registration": {
"redirect_uris": [
"http://localhost:3310/forest/authentication/callback"
],
"token_endpoint_auth_method": "none"
},
"error": {
"name": "RequestError",
"code": "ECONNREFUSED",
"timings": {
"start": 1669984577551,
"socket": 1669984577551,
"lookup": 1669984577552,
"error": 1669984577552,
"phases": {
"wait": 0,
"dns": 1,
"total": 1
}
}
}
}
[forest] 🌳🌳🌳 Unexpected error: connect ECONNREFUSED 127.0.0.1:443
{
"name": "RequestError",
"code": "ECONNREFUSED",
"timings": {
"start": 1669984577551,
"socket": 1669984577551,
"lookup": 1669984577552,
"error": 1669984577552,
"phases": {
"wait": 0,
"dns": 1,
"total": 1
}
},
Context
- Project name: Sesto
- Team name: …
- Tech name: MongoDB + Nodejs
- Agent type & version: …
- Recent changes made on your end if any: version upgrade v6 to v7