Activate
The Password Import Inline Hook must be set up and activated within your Okta Developer Console.
To set up and activate the Password Import Inline Hook:
Navigate to the Workflow > Inline Hooks page.
Click Add Inline Hook and select Password Import from the drop-down menu.
Add a name for the hook (in this example, "Password Import Hook").
Add your external service URL, including the endpoint. For example, use your Glitch project name with the endpoint:
https://your-glitch-projectname.glitch.me/passwordImport
.Include authentication field and secret. In this example:
- Authentication field =
authorization
- Authentication secret =
Basic YWRtaW46c3VwZXJzZWNyZXQ=
- Authentication field =
Click Save.
The Password Import Inline Hook is now set up with a status of "Active".
Note: You can also set up an inline hook using an API. See Inline Hooks Management API for further information.