<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
0D50Z00008G7UahSAFOkta Classic EngineDevices and MobilityAnswered2024-04-16T12:19:36.000Z2017-11-03T18:44:01.000Z2020-11-25T05:46:10.000Z
Custom login page for oAuth2 authentication.
Hi,

 

I am working on a POC to authenticate an Okta user through Alexa skill account linking process.

For this Alexa uses oauth2 and i was able to follow Okta documentation on oauth2 setup and am able to set it up. It works great.

 

Now my manager wants me to customize the login page. As of now Okta displays a login page that is defined for my organization,

I checked here to understand that :

https://developer.okta.com/authentication-guide/implementing-authentication/set-up-authz-server.html

In the section "Testing an OpenID Connect Flow"

 

"The resulting URL would look like this:

https://sutterhealth.oktapreview.com/oauth2/{authorizationServerId}/v1/authorize?client_id=examplefa39J4jXdcCwWA&response_type=id_token&response_mode=fragment&scope=openid%20profile&redirect_uri=https%3A%2F%2FyourRedirectUriHere.com&state=WM6D&nonce=YsG76jo

 

If you paste this into your browser you are redirected to the sign-in page for your Okta org, with a URL that looks like this:

 

https://sutterhealth.oktapreview.com/login/login.htm?fromURI=%2Foauth2%2Fv1%2Fauthorize%2Fredirect%3Fokta_key%aKeyValueWillBeHere

 

Now i want this login page to be customized. Is that possible. Can i customize the login page for an Application? If so, please share the details.

 

Thankyou,

Kranthi.

This question is closed.
Loading
Custom login page for oAuth2 authentication.