Azure / Synapse-workspace-deployment

MIT License
27 stars 34 forks source link

Support for OIDC authentication #102

Open llewellynmarriottcer opened 3 months ago

llewellynmarriottcer commented 3 months ago

Is there any plan to support OIDC login?

This is beneficial as it would allow us to move away from having to store and rotate secrets for authentication.

This could be achieved by using the authentication provided by the azure/login@v2 step https://github.com/Azure/login?tab=readme-ov-file#login-with-openid-connect-oidc-recommended

Thanks