How to set up the initial jwkset_path in an OpenID Connection in Elasticsearch

I try to implement SSO function using OpenID Connect(using google api).

So I add configuration in elasticsearch.yml by referring to the URL below.

https://www.elastic.co/guide/en/elasticsearch/reference/current/oidc-guide-authentication.html#oidc-claims-mapping

There is an entry 'op.jwkset_path' during setup.
(op.jwkset_path: oidc/jwkset.json)
These settings are known as jwt storage paths issued by op.
when I first start ElasticSearch, I don't have that file.
Therefore, 'Nosuchfile' errors continue to occur when starting elasticsearch.
what should I do with the setup?

You need to

thanks!!!

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