<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
0D50Z00008G7V2QSAVOkta Classic EngineIntegrationsAnswered2024-04-30T09:18:25.000Z2016-12-05T23:04:12.000Z2017-03-23T16:48:45.000Z
  • j5v7c (j5v7c)

    Hi Ricardo,

     

    It is true that if you use the getWithPopup function, you essentially opens up the login page of your Okta organization.

     

    There are various customization options for your Okta organization main login page (see the Settings Page documentation (https://help.okta.com/en/prev/Content/Topics/Settings/Settings.htm)), but if you want to use the Okta AuthJS SDK, you're better off building your own UI on a specific page of your app. Have you looked at our code samples on https://github.com/oktadeveloper by any chance? This code sample (https://github.com/oktadeveloper/okta-oauth-spa-authjs-osw) might prove useful, but feel free to get back to us or write at developers@okta.com if you need further help.
    Expand Post
  • RicardoM.75313 (Customer)

    Hi Raphael:

     

    This also happens if I use straight OpenID Connect to authenticate (i.e., neither Okta SDK, Okta Widget nor Okta SDKs).

     

    Is it possible to customize what you describe as the "the login page of your Okta organization"? For example, by styling the default login widget and make it the default for the organization.

     

    Thank you,

     

    Ricardo

    Expand Post
  • j5v7c (j5v7c)

    Hi Ricardo,

     

    You are correct that this also happens who you use "straight OpenID Connect" to authenticate since the user is redirected to the login page of your Okta organization.

     

    Would this page (https://help.okta.com/en/prev/Content/Topics/Settings/Settings_Appearance.htm) be more appropriate to customize your Okta organization login page maybe? Let me know.

     

    Thank you,

     

    Raphael.
    Expand Post
  • dgqmn (dgqmn)

    This is very old message, but I am also looking for this. Your link is helpful but I dont have much options to customize the screen there,

     

    What I am looking for is this:

    1. My organization name/log and Client Application Name/Logo.

    2. A Custom message common to all the apps and message specific to an application

     

    Is this possible with Okta?
    Expand Post
This question is closed.
Loading
Custom Open Id Connect login UI?