Skip to content

OpenID Connect function is incompatible with Azure AD #35

Closed
@ctt828

Description

@ctt828
  1. I can get OpenID connect authentication working with Auth0.

  2. The Elasticsearch node complains when I try to login with Azure AD :

odfe-node1 | [2019-04-25T08:18:16,011][WARN ][o.a.c.r.s.j.j.JwsUtils ] [o_v6jg5] No signature algorithm was defined

  1. I get a copy of the OIDC discovery documents from Microsoft, manually add "alg":"RS256" to the JWKS document and host these metadata documents on my own server. Then I can finally login with Azure AD.

  2. According to the discussion here, "alg" should be optional, please fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions