Closed jageall closed 3 months ago
This plugin allows any identity provider (e.g. Auth0) to act as the authentication authority for Event Store.
The oauth plugin is included as part of the commerical builds.
Set the authentication type to oauth, and configure the plugin with an "OAuth" section in the configuration file.
oauth
AuthenticationType: oauth OAuth: Issuer: https://your-tenant-id.auth0.com/ Audience: eventstore
See https://github.com/EventStore/EventStore.CommercialHA on instructions on how to install a plugin
This plugin allows any identity provider (e.g. Auth0) to act as the authentication authority for Event Store.
The oauth plugin is included as part of the commerical builds.
Set the authentication type to
oauth
, and configure the plugin with an "OAuth" section in the configuration file.Example Configuration File