-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: add oid4vci negative scenario tests #1380
Conversation
906f8fd
to
b1379ca
Compare
Examples: | ||
| id | url | clientId | clientSecret | httpStatus | errorDetail | description | | ||
| null | null | null | null | 400 | authorizationServer.url | null values | | ||
| null | malformed | id | secret | 400 | Invalid URL | malformed url | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
malforrmed
is actually a valid URL. We should repurpose this case to Disallow relative URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@patlo-iog, I saw you already Disallow the relative URL is the latest PR
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
b1379ca
to
1619619
Compare
Signed-off-by: Hyperledger Bot <[email protected]> Co-authored-by: Hyperledger Bot <[email protected]>
Description:
Checklist: