jupyterhub / oauthenticator

OAuth + JupyterHub Authenticator = OAuthenticator
https://oauthenticator.readthedocs.io
BSD 3-Clause "New" or "Revised" License
408 stars 362 forks source link

Adjusting to Azure policy change related to client_id and client_secret ? #740

Open fabiansalamo opened 5 months ago

fabiansalamo commented 5 months ago

Hello, due to recent Azure policy changes, we will not be allowed to user client_id and client_secret, and be forced to change to MSI. Is there a recommendation on how to authenticate or maybe a plan to update oauthenticator.azuread to support MSI? Thank you.

welcome[bot] commented 5 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

consideRatio commented 5 days ago

From this link I learned that MSI is now called Managed identities for Azure resources, but I've not read up on that yet.

Managed identities for Azure resources is the new name for the service formerly known as Managed Service Identity (MSI).

Do you have a link to the policy change?