Problem: The URL to reset the password via self-service doesn't work with Single Sign On

Problem

When you open the SSO login page and click on the URL “Forgot your password?”
Bildschirmfoto vom 2024-03-22 16-25-53
you will see the following page:
Bildschirmfoto vom 2024-03-22 16-26-02

Solution

You can configure the URL via UCR on the system where the self-service backend is installed:

ucr set umc/login/links/forgot_your_password/href="https://$(hostname -f)/univention/selfservice/#/selfservice/passwordforgotten"

You can configure three possible URLs/names: “forgot_your_password”, “login_without_sso” and “how_do_i_login”. You can check these out with:

ucr search umc/login/links

After adjusting the link, you’ll get the following page after clicking on the link in the SSO page:
Bildschirmfoto vom 2024-03-22 16-27-19

2 Likes

This topic was automatically closed after 24 hours. New replies are no longer allowed.

Mastodon