Remove backslashes from azure configuration example

This commit is contained in:
Martin Loetzsch 2019-02-19 14:59:13 +01:00
parent 2ca5de9d44
commit 8d73740425

View File

@ -105,8 +105,8 @@ Note: The user is checked against the group members list on initial authenticati
7. Configure the proxy with
```
--provider=azure \
--client-id=<application ID from step 3> \
--provider=azure
--client-id=<application ID from step 3>
--client-secret=<value from step 6>
```