Skip to content

Commit d6ab365

Browse files
committed
Document Basic Auth
1 parent 7141e0f commit d6ab365

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,17 @@ Example:
241241
}
242242
```
243243

244+
### Basic Auth
245+
246+
The feature info service be configured to accept password authentication using Basic authentication.
247+
248+
Example:
249+
250+
```json
251+
"config": {
252+
"basic_auth_login_url": ["http://qwc-auth-service:9090/verify_login"]
253+
},
254+
```
244255

245256
## HTML template
246257

0 commit comments

Comments
 (0)