Skip to content

Commit

Permalink
fix the issues in formpost-hybrid test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
DilshanSenarath committed Oct 25, 2023
1 parent 6514e5a commit 80aa940
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions oidc-conformance-tests/config/browser_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,17 @@
]
}
]
},
"oidcc-login-hint": {
"browser": [
{
"match": constants.BASE_URL + "/oauth2/authorize*",
"tasks": [
FORMPOST_LOGIN_WITHOUT_USERNAME,
VERIFY_COMPLETE_FORMPOST
]
}
]
}
}
}
Expand Down

0 comments on commit 80aa940

Please sign in to comment.