Closed uncaught closed 2 years ago
This looks good to me - except two little code styling things to run:
A) php-cs-fixer fix --verbose --diff
(once you have php-cs-fixer
installed - you could even temporarily composer require
it locally into this repo then just not commit the composer changes)
B) bin/update_readme
- to regenerate part of the README
Cheers!
Thanks @uncaught!
All green :) Is there something else missing?
Thanks for the poke - this DID get merged in with a rebase... and for some reason my system didn't close the PR. It's all good and in!
Hello @weaverryan , I am really interested in this feature. Do you know when you are going to release?
Thanks 🙏
Hello @weaverryan , I am really interested in this feature. Do you know when you are going to release?
Thanks 🙏
Bare in mind, that https://github.com/TheNetworg/oauth2-azure/pull/170 hasn't been released, yet, either. So you could install that repository from master or had to wait for their release, too.
Adds certificate support to the Azure provider:
client_secret
optionalclient_certificate_private_key
andclient_certificate_thumbprint
See https://github.com/TheNetworg/oauth2-azure/pull/170 (merged) for the respective PR on the provider.
That PR is not released, yet, but there are no compatibility issues with this PR here. They can be installed independently without drawbacks.
Only to actually use certificates you had to have both PRs merged/released/installed.