mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-26 15:39:18 -06:00
the domain in the ocmproviders is compared to the OCIS_URL domain
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -64,7 +64,7 @@ Feature: search federation users
|
||||
],
|
||||
"properties": {
|
||||
"issuer": {
|
||||
"const": "ocis-server"
|
||||
"const": "ocis-server:9200"
|
||||
},
|
||||
"issuerAssignedId": {
|
||||
"type": "string",
|
||||
@@ -194,7 +194,7 @@ Feature: search federation users
|
||||
],
|
||||
"properties": {
|
||||
"issuer": {
|
||||
"const": "ocis-server"
|
||||
"const": "ocis-server:9200"
|
||||
},
|
||||
"issuerAssignedId": {
|
||||
"type": "string",
|
||||
@@ -346,7 +346,7 @@ Feature: search federation users
|
||||
},
|
||||
"idp": {
|
||||
"type": "string",
|
||||
"const": "federation-ocis-server"
|
||||
"const": "federation-ocis-server:10200"
|
||||
},
|
||||
"mail": {
|
||||
"type": "string",
|
||||
@@ -354,7 +354,7 @@ Feature: search federation users
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string",
|
||||
"pattern": "^%fed_invitation_token_pattern%$"
|
||||
"pattern": "^%federated_user_id_pattern%$"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -385,14 +385,14 @@ Feature: search federation users
|
||||
"const": "Alice Hansen"
|
||||
},
|
||||
"idp": {
|
||||
"const": "https://ocis-server:9200"
|
||||
"const": "ocis-server:9200"
|
||||
},
|
||||
"mail": {
|
||||
"pattern": "alice@example.org"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string",
|
||||
"pattern": "^%fed_invitation_token_pattern%$"
|
||||
"pattern": "^%federated_user_id_pattern%$"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -409,14 +409,14 @@ Feature: search federation users
|
||||
"const": "Carol King"
|
||||
},
|
||||
"idp": {
|
||||
"const": "https://ocis-server:9200"
|
||||
"const": "ocis-server:9200"
|
||||
},
|
||||
"mail": {
|
||||
"pattern": "carol@example.org"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string",
|
||||
"pattern": "^%fed_invitation_token_pattern%$"
|
||||
"pattern": "^%federated_user_id_pattern%$"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -480,7 +480,7 @@ Feature: search federation users
|
||||
],
|
||||
"properties": {
|
||||
"issuer": {
|
||||
"const": "ocis-server"
|
||||
"const": "ocis-server:9200"
|
||||
},
|
||||
"issuerAssignedId": {
|
||||
"type": "string",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "ocis-server",
|
||||
"full_name": "first-ocis-instance",
|
||||
"organization": "Owncloud",
|
||||
"domain": "ocis-server",
|
||||
"domain": "ocis-server:9200",
|
||||
"homepage": "https://owncloud.com",
|
||||
"services": [
|
||||
{
|
||||
@@ -25,7 +25,7 @@
|
||||
"name": "federation-ocis-server",
|
||||
"full_name": "Federation ocis",
|
||||
"organization": "Owncloud",
|
||||
"domain": "federation-ocis-server",
|
||||
"domain": "federation-ocis-server:10200",
|
||||
"homepage": "https://owncloud.com",
|
||||
"services": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user