
RajeshD.00986 (Customer) asked a question.
Hi Team , i am having an open id application on okta classic engine and now i need to create the same app in a different tenant which is an identity engine.
on classic engine , i have created new sign on policy and password policy under Authentication tab, but i did not find the same to create in identity engine.
I see authentication policies tab but there is nothing to create an sign-on policy/password policy.
Also do we need to do any changes on the client side like where the end user code is running on integration side.

The biggest change on OIE is where and how policy is defined. In OIE it is application focused. In classic, the primary policy was around login to Okta iteself. In OIE policy is defined for authentication to the application. There is still a general session policy ( which can cause heartbreak and pain when troubleshooting ) but for the most part the policy definitions are similar.
So Security -> Authentication Policies - You will see a bunch of pre-defined policies including one for single factor ( password ) or create your own policy and assign you OIDC app to it.
App side, the OIDC endpoints will need to change if it's a new tenant, but if not there should be no change required,.
we have created the sign on policy but in the classic engine we have an option to set as below
this is not available in OIE , below is the OIE settings
can we know where we can set the same in OIE like available in classic engine.
Have you checked under Security -> General Session Policy ?
thank you niall , it worked.