Hello,
I’m trying to create a routing rule for a specific Identity provider using the Okta SDK.
I was trying to create it using some of the sub-classes of the PolicyRule class, but I couldn’t find one that is dedicated to the IdPDiscovery Policies.
My question is whether there is an existent class for this specific reason?
If that’s not the case, is the invokeAPI method of the ApiClient class suitable alternative for doing that?
Thanks in advance!