Software Development

Workflows Tips #48: 3 Actions to Process a List, Get User’s MFA Factors, and Create a Report in Okta Workflows Online Meetup

Welcome to Okta Workflows Tips post. Read all previous tips.

In this post:

  • Overview: 3 actions to process a list
  • Get user’s MFA factors
  • Online meetup: How to Create a Report in Okta Workflows

Overview: 3 actions to process a list

The List action has three cards to iterate over a list:

  • For-Each – processes each item in a list with a helper flow. Helper flow doesn’t return a value (example)
  • Map – processes each item in a list with a helper flow. Modifies each item in a list. A new list is returned to the main flow
  • Reduce – process each item in a list with a helper flow. Reduces the list to a single value that is returned to the main flow (example)

Get user’s MFA factors

To get a user’s MFA factors, use the /api/v1/users/ID/factors API endpoint and the Custom API Action card:

User’s MFA factors

The result will look like this:

MFA factors response

Online meetup: How to Create a Report in Okta Workflows

🔮 Why it’s worth your time

Join this 25-minute no-slides online meetup to learn how to search flow history and allow delegated admins to run flows in Okta Workflows

🏟 You will learn

You will learn about two new capabilities in Okta Workflows: 

  • How to search flow history
  • Allow delegated admins to run flows from within the Okta Admin Console

And, stick around to get your questions answered. This is a no slides session (well, maybe just one or two at the beginning).

🏓 When and register

  • When: Wednesday, December 14, 9 a.m. PT
  • I want to attend: register now

 And one more thing, follow our events channel to get notified when we go live.

Published on Java Code Geeks with permission by Max Katz , partner at our JCG program. See the original article here: Workflows Tips #48: 3 Actions to Process a List, Get User’s MFA Factors, and Create a Report in Okta Workflows Online Meetup

Opinions expressed by Java Code Geeks contributors are their own.

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button