You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Devs,
I am trying to fetch MFA_ENROLL policy using "github.com/okta/okta-sdk-golang/v2/okta".
When I list MFA_ENROLL policies, I get no information about eligible authenticators under that policy.
Is there any way to get those? I might be missing something here.
New or Affected Resource(s)
okta-sdk-golang
Provide a documentation link
No response
Additional Information?
No response
The text was updated successfully, but these errors were encountered:
@monde I am using Policy.ListPolicies function to list the policies with type MFA_ENROLL. svc.client.Policy.ListPolicies
where svc.client is *okta.Client
I do not get any information about eligible authenticators or whether they are disabled, required or optional as I have bordered in image below.
I know I can get list of authenticators from Authenticator.ListAuthenticators function call, but I need the status of each authenticator inside the MFA_ENROLL policies.
Describe the feature request?
Hi Devs,
I am trying to fetch MFA_ENROLL policy using "github.com/okta/okta-sdk-golang/v2/okta".
When I list MFA_ENROLL policies, I get no information about eligible authenticators under that policy.
Is there any way to get those? I might be missing something here.
New or Affected Resource(s)
okta-sdk-golang
Provide a documentation link
No response
Additional Information?
No response
The text was updated successfully, but these errors were encountered: