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:
authorSascha Markert <markert@b1-systems.de>2022-05-24 15:47:42 +0300
committerSascha Markert <markert@b1-systems.de>2022-05-24 15:47:42 +0300
commit24553b466a145a65a6b3edefe9a7532302196767 (patch)
tree4d5dd05a6cf0299481d85150c9204a9255999ad1
parentecbedfa3d789b25006e0141fb38fe243424aa196 (diff)
replace spaces with tab
Signed-off-by: Sascha Markert <markert@b1-systems.de>
-rw-r--r--appinfo/routes.php17
1 files changed, 8 insertions, 9 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 17ab1c2a..66057f98 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -28,9 +28,8 @@ return [
'url' => '/saml/login',
'verb' => 'GET',
'defaults' => [
- 'idp' => 1
- ],
-
+ 'idp' => 1
+ ],
],
[
'name' => 'SAML#base',
@@ -41,17 +40,17 @@ return [
'name' => 'SAML#getMetadata',
'url' => '/saml/metadata',
'verb' => 'GET',
- 'defaults' => [
- 'idp' => 1
- ],
+ 'defaults' => [
+ 'idp' => 1
+ ],
],
[
'name' => 'SAML#assertionConsumerService',
'url' => '/saml/acs',
'verb' => 'POST',
- 'defaults' => [
- 'idp' => 1
- ],
+ 'defaults' => [
+ 'idp' => 1
+ ],
],
[
'name' => 'SAML#singleLogoutService',