Hi there - we were suggested to post here based on this question: Okta Help Center (Lightning)
I’m aware of the Authentication Method Object and the Authenticator key, type, method, and characteristic relationships table as well from: Policy | Okta Developer
I’m wondering if it’s possible with policy constraints to restrict which IdP factor is used to authenticate to an app?
For example if we have this:
"possession": {
"required": true,
"methods": [
"idp"
],
It will allow any IdP factor which the user has enrolled. As mentioned in the Okta support question this poses a challenge if we have a staging and prod IdP and IdP factor in the same Okta environment.