Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-06-07 10:14:41 +0300
committerMax <max@nextcloud.com>2022-06-07 10:14:41 +0300
commit1a7c7312a4dbe9ba4c1c3570e7d90a247fcbdb1e (patch)
tree9b983e7c609e55dd1231784c0bb5018ac787d962
parent34f90ee474862351b75f359b23ac1ec336cc42a5 (diff)
5.0.2
Signed-off-by: Max <max@nextcloud.com>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c141166..6a3beacc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 5.0.2
+### Fixed
+- Fix setup with only one idp by using 1 as default value in routes.
+
## 5.0.1
### Fixed
- Direct login silently fails under some circumstances
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0a823cac..585989ce 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
- <version>5.0.1</version>
+ <version>5.0.2</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>