Registry / auth / azure-go-autorest-autorest-adal

azure-go-autorest-autorest-adal

JSON →
library0.9.24gogounverified

Azure Active Directory Authentication Library (ADAL) for Go, used for authenticating with Azure services.

go get github.com/Azure/go-autorest/autorest/adal
INSTALL
IMPORT
SIG · AZURE-GO-AUTOREST-
A
azure-go-autorest-autorest-adal
authgov0.9.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

adal
github.com/Azure/go-autorest/autorest/adal

Create an OAuth configuration for Azure AD.

package main import ( "fmt" "github.com/Azure/go-autorest/autorest/adal" ) func main() { oauthConfig, err := adal.NewOAuthConfig("https://login.microsoftonline.com", "tenantID") if err != nil { panic(err) } fmt.Println(oauthConfig.AuthorizeEndpoint) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.24latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Resources
azure-go-autorest-autorest-adal — go get azure-go-autorest-autorest-adal · libregistry