Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Authentication keyword for ODBC driver #43757

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

flashmatt
Copy link
Contributor

Existing functionality does not allow the Authentication keyword to be passed into the DSN when connecting to a SQL Server instance. This prevents developers connecting to a SQL Server instance using Azure AD.

Setting the authentication keyword is done by adding the authentication option to the DSN string. Example: "sqlsrv:Server=server;Database=dbname;Authentication=ActiveDirectoryPassword"

References:
Microsoft Guide - Connect via Azure AD Auth
Microsoft connection options documentation

@taylorotwell taylorotwell merged commit 62f40bf into laravel:9.x Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants