Azure AD Kibana

Trying to setup the SAML configuration towards Azure AD for an elastic cloud setup, but fails to access Kibana when using SAML.
Any suggestion on what is wrong?

(Extra annoying as i had the the setup working 3 weeks ago)

xpack:
  security:
    authc:
      realms:
        saml: 
          cloud-saml: 
            order: 2
            attributes.principal: "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" 
            attributes.groups: "http://schemas.microsoft.com/ws/2008/06/identity/claims/groups" 
            idp.metadata.path: "https://login.microsoftonline.com/e3d6688c-40b8-4418-9df0-b67df377ae68/federationmetadata/2007-06/federationmetadata.xml?appid=051691f5-d0bc-4b33-b872-c1a4cbea8a1a" 
            idp.entity_id: "https://sts.windows.net/e3d6688c-40b8-4418-9df0-b67df377ae68/" 
            sp.entity_id: "https://66d89f1c05584f95a20bd11f32fda1a1.eu-west-1.aws.found.io:9243" 
            sp.acs: "https://66d89f1c05584f95a20bd11f32fda1a1.eu-west-1.aws.found.io:9243/api/security/v1/saml"
            sp.logout: "https://66d89f1c05584f95a20bd11f32fda1a1.eu-west-1.aws.found.io:9243/logout"
						
xpack.security.authProviders: [saml,basic]
server.xsrf.whitelist: [/api/security/v1/saml]
xpack.security.authc.saml.realm: cloud-saml
xpack.security.public:
  protocol: https
  hostname: 66d89f1c05584f95a20bd11f32fda1a1.eu-west-1.aws.found.io
  port: 9243

Error recieved after azure ad login:
{"error":"no handler found for uri [/api/security/v1/saml] and method [POST]"}

I made an mistake referenced to elasticsearch url instead of the kibana url. Works now

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.