EventStore / documentation

Next-gen documentation website
https://developers.eventstore.com/
10 stars 17 forks source link

Document configuration and setup of JWT authentication #104

Closed jageall closed 3 months ago

thefringeninja commented 4 years 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.

Example Configuration File

AuthenticationType: oauth
OAuth:
  Issuer: https://your-tenant-id.auth0.com/
  Audience: eventstore
mat-mcloughlin commented 4 years ago

See https://github.com/EventStore/EventStore.CommercialHA on instructions on how to install a plugin