Rudra Pratap Singh Nirvan
Rudra Pratap Singh Nirvan
Fixes #752. Refer to the example file (examples/azuread-service-principal-authtoken/service_principal_authtoken.go) to understand how it will work. CRLF difference is causing all the lines to be shown as changed, not sure if GitHub...
Refer to the example file (examples/azuread-service-principal-authtoken/service_principal_authtoken.go) to understand how it will work. CRLF difference is causing all the lines to be shown as changed, not sure if GitHub offers an...
Fixes #749
**Is your feature request related to a problem? Please describe.** The current AAD authentication does not allow the client to submit an auth token directly to connect to a database....
The [current set of examples](https://github.com/denisenkom/go-mssqldb/tree/master/examples) demonstrate how to connect using only two methods: 1. [simple](https://github.com/denisenkom/go-mssqldb/blob/master/examples/simple/simple.go): login/password 2. [MSI token](https://github.com/denisenkom/go-mssqldb/tree/master/examples/azuread-accesstoken) How does one connect via the Service Principal of an application?...