It is managed by our company. The issue has now been resolved. It was caused by Kaspersky restrictions impacting ABP Studio’s network communication. Necessary adjustments have been made. Thank you for your guidance and support throughout this issue and everything is now working as expected
We have been using Kaspersky on our system since the beginning, but the ABP issue has only started occurring today.
yes it's updated version and i also installed the NET 9.0 runtime but issue still persist. Since the URL https://account.abp.io/.well-known/openid-configuration is accessible from our end, it indicates that there are no network or DNS-related restrictions. However, we are encountering an error when clicking the login button in the ABP Studio application, which suggests that the issue may be related to the application itself.
Sent. Please check your inbox
no i didn't use any kind of proxy
{ "issuer": "https://account.abp.io/", "authorization_endpoint": "https://account.abp.io/connect/authorize", "token_endpoint": "https://account.abp.io/connect/token", "introspection_endpoint": "https://account.abp.io/connect/introspect", "end_session_endpoint": "https://account.abp.io/connect/endsession", "revocation_endpoint": "https://account.abp.io/connect/revocat", "userinfo_endpoint": "https://account.abp.io/connect/userinfo", "device_authorization_endpoint": "https://account.abp.io/device", "pushed_authorization_request_endpoint": "https://account.abp.io/connect/par", "jwks_uri": "https://account.abp.io/.well-known/jwks", "grant_types_supported": [ "authorization_code", "implicit", "password", "client_credentials", "refresh_token", "urn:ietf:params:oauth:grant-type:device_code", "urn:ietf:params:oauth:grant-type:token-exchange", "LinkLogin", "Impersonation" ], "response_types_supported": [ "code", "code id_token", "code id_token token", "code token", "id_token", "id_token token", "token", "none" ], "response_modes_supported": [ "query", "form_post", "fragment" ], "scopes_supported": [ "openid", "offline_access", "email", "profile", "phone", "roles", "address", "abpio" ], "claims_supported": [ "aud", "exp", "iat", "iss", "sub" ], "id_token_signing_alg_values_supported": [ "RS256" ], "code_challenge_methods_supported": [ "plain", "S256" ], "subject_types_supported": [ "public" ], "prompt_values_supported": [ "consent", "login", "none", "select_account" ], "token_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "introspection_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "revocation_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "device_authorization_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "pushed_authorization_request_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "require_pushed_authorization_requests": false, "claims_parameter_supported": false, "request_parameter_supported": false, "request_uri_parameter_supported": false, "tls_client_certificate_bound_access_tokens": false, "authorization_response_iss_parameter_supported": true }