-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add IronDefense custom connector for certification #969
Conversation
I'm getting the following error when trying to validate with
I'm not sure if this is an issue on my end or yours. |
@marcus-defazio I'm just checking in to see how things are going with updating your connector artifacts as per the given feedback. Please feel free to reach out with any questions you may have, Thanks. |
1 similar comment
@marcus-defazio I'm just checking in to see how things are going with updating your connector artifacts as per the given feedback. Please feel free to reach out with any questions you may have, Thanks. |
I've addressed all the PR comments so far. Let me know if there's anything else! |
"security": [ | ||
{ | ||
"basic": [], | ||
"jwt": [] |
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.
@marcus-defazio Sorry for the late find - I have never seen this property, can you please let us know what is the use this property ?
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.
This was added when we generated our swagger file from our API code. I can remove it if you want.
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.
Do I need to make any changes @sriyen-msft ?
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.
This was added when we generated our swagger file from our API code. I can remove it if you want.
Please remove it to make sure it would not affect anything
* add IronDefense connector files for certification * address PR comments * remove jwt prop
When submitting a connector, please check the following conditions for your PR to ensure a smooth certification process.
apiDefinition.swagger.json
, by runningpaconn validate
command.apiProperties.json
has a valid brand color and doesn't use an invalid brand color,#007ee5
or#ffffff
. If this is an independent publisher connector, I confirm that I am not submitting a connector icon.