https://mail.thundermail.com/.well-known/oauth-authorization-server and by extension https://thundermail.com/.well-known/oauth-authorization-server does not provide correct OAuth login information.
It should point to our Keycloak instance, instead of mail.thundermail.com
{
"authorization_endpoint" : "https://mail.thundermail.com:443/authorize/code",
"device_authorization_endpoint" : "https://mail.thundermail.com:443/auth/device",
"grant_types_supported" : [
"authorization_code",
"implicit",
"urn:ietf:params:oauth:grant-type:device_code"
],
"introspection_endpoint" : "https://mail.thundermail.com:443/auth/introspect",
"issuer" : "https://mail.thundermail.com:443",
"registration_endpoint" : "https://mail.thundermail.com:443/auth/register",
"response_types_supported" : [
"code",
"id_token",
"code token",
"id_token token"
],
"scopes_supported" : [
"openid",
"offline_access",
"urn:ietf:params:jmap:core",
"urn:ietf:params:jmap:mail",
"urn:ietf:params:jmap:submission",
"urn:ietf:params:jmap:vacationresponse"
],
"token_endpoint" : "https://mail.thundermail.com:443/auth/token"
}
https://mail.thundermail.com/.well-known/oauth-authorization-server and by extension https://thundermail.com/.well-known/oauth-authorization-server does not provide correct OAuth login information.
It should point to our Keycloak instance, instead of mail.thundermail.com
{ "authorization_endpoint" : "https://mail.thundermail.com:443/authorize/code", "device_authorization_endpoint" : "https://mail.thundermail.com:443/auth/device", "grant_types_supported" : [ "authorization_code", "implicit", "urn:ietf:params:oauth:grant-type:device_code" ], "introspection_endpoint" : "https://mail.thundermail.com:443/auth/introspect", "issuer" : "https://mail.thundermail.com:443", "registration_endpoint" : "https://mail.thundermail.com:443/auth/register", "response_types_supported" : [ "code", "id_token", "code token", "id_token token" ], "scopes_supported" : [ "openid", "offline_access", "urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail", "urn:ietf:params:jmap:submission", "urn:ietf:params:jmap:vacationresponse" ], "token_endpoint" : "https://mail.thundermail.com:443/auth/token" }