From: D B. <ba...@aw...> - 2020-03-17 14:45:06
|
Hi! On 14/03/2020 11:04, Krzysztof Benedyczak wrote: > For the current unity: > > first of all you need to set > > unityServer.core.allowFullHtml=true > > in unityServer.conf. This turns off some of the XSS prevention measures, > basically trusting admin-entered HTML. > > Then you can configure your registration form agreement with a link, > like this: > > I agree to <a href="https://example.com/tou.html" target="_blank">ToU</a> Perfect, thanks! BTW: Is there a way to re-order the form elements? > What is more, a proper handling of policy documents & agreements is > under development and should be available in 3.3 or 3.4 latest. Unity > will offer: central definition of policy documents, support for changing > of document versions, tracking of who accepted what, common support for > requiring acceptance across registration forms, enquiry forms and IdP > endpoints. Wow, sounds cool :-) Thanks! D |