You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/content/reference/branding/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,3 +50,7 @@ $ convert console-favicon.png \
50
50
console-favicon.ico
51
51
```
52
52
{{</ note >}}
53
+
54
+
## Deployment Information and Disclaimers
55
+
56
+
It is possible to highlight some deployment information and disclaimers in the header of the web UIs. E.g. you can highlight an SLA that applies or a support tier that is connected with the deployment. Please see the respective sections in the [Identity Server configuration reference]({{< ref "/reference/configuration/identity-server#oauth-ui-options" >}}) and [Console configuration reference]({{< ref "/reference/configuration/console#deployment-information-and-disclaimers" >}})
Copy file name to clipboardExpand all lines: doc/content/reference/configuration/identity-server.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ If page assets for the OAuth UI are served from a CDN or on a different path on
68
68
-`is.oauth.ui.branding-base-url`: The base URL to the branding assets
69
69
-`is.oauth.ui.branding-cluster-id`: The cluster ID to show below the logo {{< distributions "Cloud" "Enterprise" >}}
70
70
-`is.oauth.ui.branding-text`: The branding text to show below the logo {{< distributions "Cloud" "Enterprise" >}}
71
+
-`is.oauth.ui.cluster-picker-url`: A URL to the a cluster picker to enable users to pick the correct cluster of the deployment
71
72
72
73
The appearance of {{% tts %}} can optionally be customized.
73
74
@@ -84,6 +85,14 @@ Further customization of the CSS files, JS files and icons is also possible:
84
85
-`is.oauth.ui.js-file`: The names of the JS files
85
86
-`is.oauth.ui.icon-prefix`: The prefix to put before the page icons (favicon.ico, touch-icon.png, og-image.png)
86
87
88
+
It is possible to highlight some deployment information and disclaimers in the header of the Account App:
89
+
90
+
-`is.oauth.ui.fair-use-policy-information-url`: A URL with information about the applicable fair use policy of the deployment
91
+
-`is.oauth.ui.sla-applies`: The applicable Service Level Agreement of this deployment, e.g. `>99.9%`
92
+
-`is.oauth.ui.sla-information-url`: A URL with information about the SLA applicable for this deployment
93
+
-`is.oauth.ui.support-plan-applies`: The applicable support plan of this deployment, e.g. `priority`, `24h`
94
+
-`is.oauth.ui.support-plan-information-url`: A URL with information about the support plan applicable for this deployment
95
+
87
96
## Profile Picture Storage Options
88
97
89
98
The profile pictures that users upload for their accounts are stored in a blob bucket. The global [blob configuration]({{< relref "the-things-stack.md#blob-options" >}}) is used for this. In addition to those options, specify the name of the bucket and the public URL to the bucket.
0 commit comments