OpenSearch/x-pack/test/idp-fixture
Ioannis Kakavas fe9442b05b
Add an OpenID Connect authentication realm (#40674) (#41178)
This commit adds an OpenID Connect authentication realm to
elasticsearch. Elasticsearch (with the assistance of kibana or
another web component) acts as an OpenID Connect Relying
Party and supports the Authorization Code Grant and Implicit
flows as described in http://ela.st/oidc-spec. It adds support
for consuming and verifying signed ID Tokens, both RP
initiated and 3rd party initiated Single Sign on and RP
initiated signle logout.
It also adds an OpenID Connect Provider in the idp-fixture to
be used for the associated integration tests.

This is a backport of #40674
2019-04-15 12:41:16 +03:00
..
idp Adjust ldap timeout for idp fixture (#40102) 2019-03-17 11:46:52 +02:00
oidc Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00
openldap Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
.gitignore Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
README.txt Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
build.gradle [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
docker-compose.yml Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00

README.txt

Provisions OpenLDAP + shibboleth IDP 3.4.2 using docker compose