<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
0D51Y00007ZjV7QSAVOkta Classic EngineSingle Sign-OnAnswered2024-04-15T10:48:27.000Z2020-01-20T03:18:20.000Z2020-02-04T00:12:47.000Z

h13ch (h13ch) asked a question.

Customize the Login page per application

I have a requirement to show a logo specific to the application, instead of the OKTA Logo. Currently the sign in page can be custimized per org, but I need to customize the login page per app. i also need to add a custom hyper link near forgot password. This would just be like "Terms & Conditions" that would take the user to another page. How can this be customized?


  • bc221 (bc221)

    Q- I need to customize the login page per app

    Ans- You can use okta custom sign-in widget to create custom login page per app with different logo. https://developer.okta.com/code/javascript/okta_sign-in_widget/

     

    You need to host that page on your application and give the full url in Okta application general setting as shown below.

     

    Image is not available

     

    Q- i also need to add a custom hyper link near forgot password.

    Ans- Once you create a custom login page you can use custom link feature to add any specific link on your login page. https://github.com/okta/okta-signin-widget#links

     

    Expand Post
    Selected as Best
  • bc221 (bc221)

    Q- I need to customize the login page per app

    Ans- You can use okta custom sign-in widget to create custom login page per app with different logo. https://developer.okta.com/code/javascript/okta_sign-in_widget/

     

    You need to host that page on your application and give the full url in Okta application general setting as shown below.

     

    Image is not available

     

    Q- i also need to add a custom hyper link near forgot password.

    Ans- Once you create a custom login page you can use custom link feature to add any specific link on your login page. https://github.com/okta/okta-signin-widget#links

     

    Expand Post
    Selected as Best
This question is closed.
Loading
Customize the Login page per application