Date
1 - 3 of 3
On SelfServiceLinksEnabled #uaa
JohnG
in the uaa.yml, when I set selfServiceLinksEnabled to false
under
they (create an acc and password reset link) still appear. Any reliable way to disable them?
Further, is there a way to just suppress "create an acc" with selfServiceLinksEnabled: false ?
and still have self service password reset enabled?
Thanks in anticipation
best regards
-CG
under
login: | |
selfServiceLinksEnabled: false |
they (create an acc and password reset link) still appear. Any reliable way to disable them?
Further, is there a way to just suppress "create an acc" with selfServiceLinksEnabled: false ?
and still have self service password reset enabled?
Thanks in anticipation
best regards
-CG
Dan Beneke
Hi CG -
It looks as if you've taken the right step to disable the create account and password reset links. We'd expect selfServiceLinksEnabled to have the documented effect (determines if users are allowed to sign up or reset their passwords via the UI) and aren't aware of open issues with its function. Keep in mind that this value isn't global as it can be set for each individual identity zone. If you think you've found a bug/issue, I'd encourage you to open a github issue supplying content that will allow the team to recreate the situation.
As for suppressing just one of the two self service links, that feature isn't offered. Currently, enablement or disablement occurs jointly. If it's of any value, you do have the option to set the destination http link for the 'create an acct' experience using config.links.selfService.signup . I've seen implementations wherein this link takes users to a joint self service page with the information they need to either create an account or reset their password.
Regards,
Dan Beneke
in the uaa.yml, when I set selfServiceLinksEnabled to false
under
login: selfServiceLinksEnabled: false
they (create an acc and password reset link) still appear. Any reliable way to disable them?
Further, is there a way to just suppress "create an acc" with selfServiceLinksEnabled: false ?
and still have self service password reset enabled?
Thanks in anticipation
best regards
-CG