43% of Part I — the exam's largest section, split across 4 modules.
this deck covers 1 of 2 sub-topics in this module
↑ Module 1 OverviewThis is the very first thing you do in the Workflows Console — before you build anything. "Authenticate your Okta account before you do anything else in the Workflows Console. You only need to do it once."
This task requires copying information from the Admin Console into the Workflows Console, so both need to stay open at the same time:
1. In Admin Console: Applications → Applications, select the Okta Workflows OAuth app, open its Sign On tab, and keep that page open.
2. In Admin Console: go to Workflow → Workflows Console, then in the Workflows Console click New Connection.
The Domain field is the one people get wrong: it's the plain org domain, stripped of the protocol and the -admin suffix.
Don't confuse this org-level OAuth authentication with basic authentication in Connector Builder — a different, advanced task for people building a custom connector, not connecting to Okta itself.
There, an author defines an Auth Type of Basic with configurable Username/Password field labels, optional Parameters (Text, Password, or Dropdown List type), and optional Config Values that can be static or sourced from a helper flow.
Watch for this in your own sandbox run:
→ Entering the domain with http:// or the -admin suffix still attached — the field wants the plain org domain only.
→ Treating "authenticate your Okta account" and "Connector Builder basic authentication" as the same step — one authenticates your org to Workflows itself; the other configures how a custom connector authenticates to a third-party service.
Sources: help.okta.com — Connect your applications (ext-connect-your-apps); Build basic authentication (ext-connectorbuilder-auth-basic)
Next: Establish Connections →