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
For development purposes I am running KeyCloak as a container. I use vagrant to create the world so the Identity Provider (KeyCloak) is known to me as keycloak.l2.ucnit.eu (192.168.11.2).
I have provided it with self signed certificates and that part works fine verifying with Postman.
However during the LoginAsync I get the error AuthenticationException: The remote certificate does not meet the validation (translated - guessing you are not that fluent in danish)
How can I tell OidcClient to accept a self signed certificate? I am surely not going to get a real certificate for a private network IP.
The text was updated successfully, but these errors were encountered:
For development purposes I am running KeyCloak as a container. I use vagrant to create the world so the Identity Provider (KeyCloak) is known to me as keycloak.l2.ucnit.eu (192.168.11.2).
I have provided it with self signed certificates and that part works fine verifying with Postman.
However during the LoginAsync I get the error AuthenticationException: The remote certificate does not meet the validation (translated - guessing you are not that fluent in danish)
How can I tell OidcClient to accept a self signed certificate? I am surely not going to get a real certificate for a private network IP.
The text was updated successfully, but these errors were encountered: