Skip to content
Snippets Groups Projects
Commit d73de319 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo Committed by GitHub
Browse files

Merge pull request #707 from NateEag/patch-1

Fix typo in docs/simplesamlphp-sp.md
parents aa976285 b123ef24
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ This is a minimal `authsources.php` for a SP:
For more information about additional options available for the SP, see the [`saml:SP` reference](./saml:sp).
If you want mulitple Service Providers in the same site and installation, you can add more entries in the `authsources.php` configuration. If so remember to set the EntityID explicitly. Here is an example:
If you want multiple Service Providers in the same site and installation, you can add more entries in the `authsources.php` configuration. If so remember to set the EntityID explicitly. Here is an example:
'sp1' => array(
'saml:SP',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment