From 5d1ea1364c367ec40236c2a0b00c3915d344549f Mon Sep 17 00:00:00 2001 From: madmatt <893117+madmatt@users.noreply.github.com> Date: Tue, 21 May 2019 11:54:20 +1200 Subject: [PATCH] [DOCS] Update README.md Adds the Azure AD guide and splits the in-depth guides section up into developer and IdP admin sections --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cb2c9a..3ea8bfb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ - [Overview](#overview) - [Security](#security) - [In-depth guides](#in-depth-guides) + - [For SilverStripe developers](#for-silverstripe-developers) + - [For identity provider administrators](#for-identity-provider-administrators) - [Changelog](#changelog) @@ -65,10 +67,17 @@ SilverStripe trusts ADFS responses based on pre-shared X509 certificates. These ## In-depth guides +### For SilverStripe developers + * [Developer guide](docs/en/developer.md) - configure your SilverStripe site -* [ADFS administrator guide](docs/en/adfs.md) - prepare the Identity Provider * [Troubleshooting](docs/en/troubleshooting.md) - common problems +### For identity provider administrators + +These guides will help you prepare your identity provider and configure it to work with the module correctly. +* [ADFS administrator guide](docs/en/adfs.md) +* [Azure AD administrator guide](docs/en/azure-ad.md) + ## Changelog Please see the [GitHub releases](https://github.com/silverstripe/silverstripe-saml/releases) for changes.