clean up example urls

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-05-06 20:58:22 +00:00
parent 2d51ea3cee
commit ada2b96e4b

View File

@@ -71,10 +71,10 @@ HTTP/1.1 200 OK
Content-Type: application/json
{
"instance": "https://cloud.example.com/",
"graph_endpoint": "https://cloud.example.com/graph/",
"instance": "https://cloud.example.com",
"graph_endpoint": "https://cloud.example.com/graph/v0.0",
"ocis_web_config": "https://cloud.example.com/web/config.json",
"issuer": "https://idp.example.com/",
"issuer": "https://idp.example.com",
}
```