Skip to content

well-known/oauth-authorization-server does not provide correct OAuth endpoints #228

Description

@kewisch

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Estimate

    None yet

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions