You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2025. It is now read-only.
OIDC compliant endpoints can return both an error (error type) and an error_description (error message) value in the result.
4.0.0-preview of OidcClient seemingly added the error_description property to the result classes as well.
For some reason however when using LoginAsync and the authorization process returns an error_description value the ErrorDescription property of LoginResult is still null.
This issue doesn't occur when refreshing tokens. The ErrorDescription property of RefreshTokenResult does fill properly when using RefreshTokenAsync and an error with an error_description value is present in the OIDC response.
The text was updated successfully, but these errors were encountered:
OIDC compliant endpoints can return both an
error
(error type) and anerror_description
(error message) value in the result.4.0.0-preview of OidcClient seemingly added the
error_description
property to the result classes as well.For some reason however when using
LoginAsync
and the authorization process returns anerror_description
value theErrorDescription
property ofLoginResult
is still null.This issue doesn't occur when refreshing tokens. The
ErrorDescription
property ofRefreshTokenResult
does fill properly when usingRefreshTokenAsync
and an error with anerror_description
value is present in the OIDC response.The text was updated successfully, but these errors were encountered: