From 893528aaae79f280337f75e6a8b2335296e76afb Mon Sep 17 00:00:00 2001 From: Chad Redman Date: Mon, 15 Jan 2024 00:00:18 -0500 Subject: [PATCH] README edits --- README.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 286afde..f5e05f7 100644 --- a/README.adoc +++ b/README.adoc @@ -2,16 +2,18 @@ Grouper plugin that provides configurable authentication. Features include -* Authentication for UI -* Multiple methods, including SAML2 and OIDC +* Authentication for UI, without requiring a separate process or container +* Supports SAML2, OIDC, and CAS == Usage -=== Version 4.x +=== Grouper Version 4.x -For a fully integrated sample configuration, see `src/test/docker` in the git repo at https://github.internet2.edu/internet2/grouper-ext-auth[] +NOTE: For a fully integrated sample configuration, see the docker-compose setup in the `src/test/docker` folder of the Git +repository. The environment includes sample Grouper configurations for SAML2, OIDC, or CAS, along with a Shibboleth IDP +that can authenticate Grouper using any of these methods. -. Add plugin to Grouper image (Latest versions can be downloaded from https://github.internet2.edu/internet2/grouper-ext-auth/releases[]) +. Add plugin to Grouper image (latest versions can be downloaded from https://github.internet2.edu/internet2/grouper-ext-auth/releases[]) + [source, dockerfile] ----