From 669192bd63912311afaeb8c7654ab1ceae3c6a20 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 10 May 2017 17:42:47 -0400 Subject: [PATCH] Updated Server configuration (markdown) --- Server-configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Server-configuration.md b/Server-configuration.md index c304521..5500291 100644 --- a/Server-configuration.md +++ b/Server-configuration.md @@ -51,4 +51,8 @@ The OAuth2 and OpenID Connect endpoints are currently set to the following value * Token revocation: /revoke * JSON Web Key Set (public key): /jwk * User info: /userinfo -* Provider configuration: /.well-known/openid-configuration \ No newline at end of file +* Provider configuration: /.well-known/openid-configuration + +## Language + +The server's display strings can be translated into other languages or customized for specific deployments as show in the (language files)[Language-files] documentation. \ No newline at end of file