<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
0D54z0000A8xhvUCQQOkta Classic EngineAdministrationAnswered2024-05-31T17:16:21.000Z2024-05-20T14:22:45.000Z2024-05-31T17:16:21.000Z
context.controller is null for Forgot Password page in OIE

Trying to display some help text on Forgot Password page but unable to make it because of controller context is returning null when clicking on Forgot Password.

 

Below is the piece of code using for trying to set some text on forgot password page.

 

oktaSignIn.on('afterRender', function (context){

console.log("Contoller context", context.controller); //returning null when I click on forgot password

} );

 

Unable to handle the forgot page with null response from the controller.

 

Note- Here trying to modify Okta Hosted SIW only for custom domain.

 

Examples :

 

Contoller context primary-auth for the page where entering the username.

Contoller context mfa-verify-password for the page where entering the password

 

*Contoller context null for the page Forgot Password


This question is closed.
Loading
context.controller is null for Forgot Password page in OIE