-
Notifications
You must be signed in to change notification settings - Fork 32
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
Check 'client auth' key usage on mtls identity #407
Conversation
8f61f74
to
f896219
Compare
ca9d923
to
96dcd46
Compare
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.
Code looks good, but following the mtls-authentication guide gives me an error with certificate specifies an incompatible key usage
🤔
Make the mTLS identity verification method to check for 'client auth' extended key usage, instead of default 'server auth'.
96dcd46
to
a0b013d
Compare
@KevFan, with which version of Authorino did you run the guide? The guide was written (including with the changes in this PR) assuming that it will work after we merge the PR. This is because in the PR we're also changing the code that make the guide work of course. To try the guide before merging the PR, you should start with Please let me know if this works for you. |
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.
@guicassolato Oh, that was it 👍 Ran through the guide again and works as expected ! 🎖️
Looks good to me 👍
Make the mTLS identity verification method to check for 'Client authentication' extended key usage, instead of default 'Server authentication' (ref).