IdentityModel/IdentityModel.OidcClient.Samples

MAUI 6.0.408 app crash when try to Login on iOS, Android works fine

andrijankara opened this issue · 2 comments

Hi there,
Last night new release of VS 2022 Preview and MAUI 6.0.408 was released. After updating LoginAsync on my .net Maui iOS part of app crashes the entire application. Android is working fine. I catch this error:

Error loading discovery document: Error connecting to https://my-identityserver.net/.well-known/openid-configuration. The SSL connection could not be established, see inner exception..

If need more details just ask.
Could you please suggest a solution? Thanks in advance

Seems to be an SSL problem. Beyond that - I don't know.

Thanks for the answer. Another thing is that the same code on another development machine where MAUI version hasn't been updated still works.