Add option for domain authorization (#3228)

Use DomainPasswordGrantAuthorizer if parameter `domain` is used.
This commit is contained in:
Martin Vician 2021-08-20 12:54:29 +01:00 committed by GitHub
commit bcccf4e388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 9 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- tss lookup plugin - added new parameter for domain authorization
(https://github.com/ansible-collections/community.general/pull/3228).