From a371e89d31281621a690dcfa6df632caa401e434 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 9 Dec 2013 04:56:25 -0800 Subject: [PATCH] Updated Client configuration (markdown) --- Client-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client-configuration.md b/Client-configuration.md index 9434c09..00aaef1 100644 --- a/Client-configuration.md +++ b/Client-configuration.md @@ -18,7 +18,7 @@ The Principal object is an immutable map of the issuer and subject, a pairing wh ## Named administrator configuration -By default all valid users get a special Spring Security GrantedAuthority that is based on the issuer and subject of the user, such as **OIDC_2398ufe23u_https://example-idp.com/openid-connect-server/**. +By default all valid users get a special Spring Security GrantedAuthority that is based on the issuer and subject of the user, such as `OIDC_2398ufe23u_https://example-idp.com/openid-connect-server/`. To map these authorities into more useful ones like **ROLE_USER** and **ROLE_ADMIN**, you need to wire in an authorities mapper, such as the one included in the client library: