Skip to content

Commit

Permalink
Add logo_url config
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Feb 19, 2020
1 parent 148e22d commit a3a9625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/370-auth-ui/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ sso:
allowed_callback_urls:
- https://myapp.com
auth_ui:
logo_url: "https://example.com/logo.png"
css: |
.primary-btn {
background-color: purple;
}
content_secure_policy: "frame-ancestors https://thirdpartyapp.com 'self'"
```
- `logo_url`: The URL of the app logo.
- `css`: A string of CSS to be included in all pages of Auth UI.
- `content_secure_policy`: If present, override the default HTTP Header `Content-Secure-Policy` set by Auth UI.

0 comments on commit a3a9625

Please sign in to comment.