Hi,
Setting up OKTA<->ElasticCloud SAML 2.0.
For Reference, I have followed the steps from following.
- Integrating Elastic Cloud Kibana with Okta SAML SSO in 2021 - BioTeam
- Secure your clusters with SAML | Elasticsearch Service Documentation | Elastic
However, I am getting an error as following when I select 'ElasticCloud' from Okta
"We hit an authentication error. Please check your credentials and try again. If you still can't log in, contact your system administrator."
Also, checked
GET _security/_authenticate
and got following response
{
"username" : "xxx@xya.z",
"roles" : [
"superuser",
"kibana_admin",
"kibana_system",
"custom_reporting_user"
],
"full_name" : "<full name>",
"email" : "xxx@xya.z",
"metadata" : { },
"enabled" : true,
"authentication_realm" : {
"name" : "native",
"type" : "native"
},
"lookup_realm" : {
"name" : "native",
"type" : "native"
},
"authentication_type" : "realm"
}
Below is the URL it is hitting as soon as it is navigated from OKTA
https://<KibanaEndpoint>.aws.found.io:9243/login?next=%2F&msg=UNAUTHENTICATED)
Screenshot of Error Message