Skip to content

Commit

Permalink
Document Basic Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 29, 2025
1 parent 7141e0f commit d6ab365
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,17 @@ Example:
}
```

### Basic Auth

The feature info service be configured to accept password authentication using Basic authentication.

Example:

```json
"config": {
"basic_auth_login_url": ["http://qwc-auth-service:9090/verify_login"]
},
```

## HTML template

Expand Down

0 comments on commit d6ab365

Please sign in to comment.