-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add password import inline hook type
- Loading branch information
noi narisak
committed
Aug 14, 2020
1 parent
cb99df5
commit a47a947
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
resource okta_inline_hook test { | ||
name = "testAcc_replace_with_uuid" | ||
status = "ACTIVE" | ||
type = "com.okta.user.credential.password.import" | ||
version = "1.0.0" | ||
|
||
channel = { | ||
type = "HTTP" | ||
version = "1.0.0" | ||
uri = "https://example.com/test1" | ||
method = "POST" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters