Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Add Azure AD User as auth_plugin option #131

Open
AdamCoulterOz opened this issue Aug 3, 2020 · 2 comments
Open

Add Azure AD User as auth_plugin option #131

AdamCoulterOz opened this issue Aug 3, 2020 · 2 comments

Comments

@AdamCoulterOz
Copy link

Affected Resource

mysql_user

Add support for Azure AD User creation as an auth_plugin option:

SET aad_auth_validate_oids_in_tenant = OFF;
CREATE AADUSER 'myuser' IDENTIFIED BY 'CLIENT_ID';
@AdamCoulterOz
Copy link
Author

I've had a look at it, could do a PR for it.

@AdamCoulterOz
Copy link
Author

This would also require being able to login to mysql using an oauth token which requires an additional parameter --enable-cleartext-plugin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant