<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007MkLmyCAFOkta Classic EngineAuthenticationAnswered2025-03-22T09:01:58.000Z2021-12-29T16:35:55.000Z2021-12-31T15:27:52.000Z

bzgrr (bzgrr) asked a question.

Okta hosted change password page

We need to provide our users (customers) with a simple way to change their password. The User Dashboard is not adapted to CIAM and we initially planned to develop a simple form calling the Policy API and User API to get the applicable password rules and set the new password. But this not so simple to manage all error cases and the sign in page already has this feature, for users that need to change their password (https://§{custom-url-domain}/signin/password-expired).

Is it possible to redirect users to this page without expiring their password?

Is there another Okta hosted page that can manage the change password procedure (ie set a new password when you know the current password)?


  • Hello André Sonnois,

     

    Thanks for posting.

     

    End user cannot Reset their Password from Okta Dashboard. But they can definitely Change Password by visiting Okta Dashboard > Account > Settings > Change Password

     

    You need to configure Password Policy as below. refer - https://help.okta.com/en/prod/Content/Topics/Directory/eu-reset-password-self-serve.htm

     

     

    Enable AD-mastered end users to reset their own password

    You can enable self-service passwords resets for AD-mastered end users. After you have done this, the Reset Password button appears for these end users.

    Notes

    • This feature must be enabled for your org.
    • If you have the Group Password Policy feature enabled, the self-service password reset settings described here are overridden and the fields are not available.
    • When this feature is enabled, bulk password expiration includes AD-mastered users.

    To enable self-service password reset for AD-mastered users:

    1. Go to Security > Delegated Authentication > Active Directory.
    2. In Password Settings, click Edit.
    3. Enable Users can change their Active Directory passwords in Okta.
    4. Under Password Rules Message, enable Users can reset forgotten AD password in Okta.
    5. Click Save.

     

     

    Have a great day!

     

    Daniela Chavarria.

    Okta Inc.

    Expand Post
    • bzgrr (bzgrr)

      Hello @User1630709688426468638 (Okta)​ 

       

      Thank you for your answer but it seems I did not succeed to explain our need.

       

      We already configured the reset password in self service.

       

      We also know that the Dashboard can be used by the users to change their password. But this is not an option for us. For many reasons, we simply don't want our customers to use this application.

       

      We noticed that the Sign-in page, that we already customized for different needs, can provide to the user a nice form to change its password, but only when its password is expired. Here is this form at it appears in our Preview environment where we customized ths Sign-In page:

      Image is not available
      We would like our users to have access to this form when they want to change their password, even if their password is not expired.

       

      I hope this clarifies our need.

       

      Best regards,

      André

      Expand Post
      • Hi @bzgrr (bzgrr)​ ,

         

        It is possible to perform what you are requesting and add it as a dashboard button through APIs.

         

        I recommend you to post this question on our Okta Developer Forums: https://devforum.okta.com, this is a place for the Okta developer community to interact.

         

        Additionally, since this is a new implementation, you can also contact Professional Services so they can assist you with a personalized solution.

         

        Expand Post
This question is closed.
Loading
Okta hosted change password page