From bd4de6fb4370fb6d432c2d195b1bef38361604dd Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Thu, 19 Sep 2024 14:38:58 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2997ec2..0e417b5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ admin|secret Name|Required/Optional|Description ---|---|--- `SIMPLESAMLPHP_SP_ENTITY_ID`|Required|The entity ID of your SP. -`SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE`|Requried|The assertion consumer service of your SP. +`SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE`|Required|The assertion consumer service of your SP. `SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE`|Optional|The single logout url of your SP. `SIMPLESAMLPHP_IDP_ADMIN_PASSWORD`|Optional|The password of admin of this IdP. Default is `secret`. `SIMPLESAMLPHP_IDP_SECRET_SALT`|Optional|This is a secret salt used by this IdP when it needs to generate a secure hash of a value. Default is `defaultsecretsalt`.