edumeet / edumeet-management-server

This is the management service for the Edumeet project
4 stars 5 forks source link

Log errors in OAuthTenantStrategy #4

Closed pnts-se closed 1 year ago

pnts-se commented 1 year ago

If the redirect from IDP to OAuthTenantStrategy encounters an error on management service side, the profile argument passed to getEntityQuery() will have an error.

I think we should catch and log that error if present.

Format: { error: 'getaddrinfo EAI_AGAIN mykeycloak.org' } { error: 'self-signed certificate' }