Skip to content

Commit

Permalink
Use test environment in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 7, 2023
1 parent d39abdc commit 94a7da9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ mvn clean deploy

### [Endpoints](#endpoints)

<https://access.test2.surfconext.nl/ui/swagger-ui/index.html>
<https://access.test.surfconext.nl/ui/swagger-ui/index.html>

<https://mock.test2.surfconext.nl/>
<https://mock.test.surfconext.nl/>

<https://welcome.test2.surfconext.nl/>
<https://welcome.test.surfconext.nl/>

<https://access.test2.surfconext.nl/>
<https://access.test.surfconext.nl/>

### [Mock](#mock)

Expand All @@ -58,7 +58,7 @@ SCIM:

```json
"provisioning_type": "scim",
"scim_url": "https://mock.test2.surfconext.nl/api/scim/v2",
"scim_url": "https://mock.test.surfconext.nl/api/scim/v2",
"scim_user": "user",
"scim_password": "secret",
"scim_update_role_put_method": true
Expand All @@ -70,14 +70,14 @@ eVA
"provisioning_type": "eva",
"eva_token": "secret",
"eva_guest_account_duration": 30
"eva_url": "https://mock.test2.surfconext.nl/eva",
"eva_url": "https://mock.test.surfconext.nl/eva",
```

Graph

```json
"provisioning_type": "graph",
"graph_url": "https://mock.test2.surfconext.nl/graph/users",
"graph_url": "https://mock.test.surfconext.nl/graph/users",
"graph_client_id" : "client_id",
"graph_domain" : "hartingcollege.onmicrosoft.com",
"graph_secret" : "secret",
Expand Down

0 comments on commit 94a7da9

Please sign in to comment.