github.com/Azure/azure-sdk-for-go/sdk/azidentity
go
pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity
1,549 Dependabot PRs
1 day ago
360 repositories
36 repositories
Recent PRs (filtered by: Closed , Patch PRs )
chore(deps): bump the go-dependencies group across 1 directory with 19 updates
flanksource/mission-control #2510
chore(deps): bump the go-dependencies group across 1 directory with 20 updates
flanksource/mission-control #2503
Bump the gomod group across 1 directory with 7 updates
actions/actions-runner-controller #4308
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1
johanan/mvr #50
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1 in the all group
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1
richardpark-msft/amqpfaultinjector #57
Bump the go-dependencies group across 1 directory with 18 updates
dependabot(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1
giantswarm/cluster-api-provider-azure #51
Bump the go-dependencies group across 1 directory with 17 updates
radius-project/radius #9825
build(deps): bump the azure-sdk-for-go group across 6 directories with 1 update
Azure/ARO-HCP #1900
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1
jercle/cloudini #46
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1
fgrzl/kv #12
build(deps): bump the all group in /kubetest2-aks with 4 updates
feiskyer/cloud-provider-azure #512
build(deps): bump the all group with 31 updates
feiskyer/cloud-provider-azure #509
build(deps): bump the all group in /pkg/azclient with 15 updates
feiskyer/cloud-provider-azure #508
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.2
Azure/azure-sdk-for-go-extensions #236
build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.1 to 1.8.2
Keyfactor/keyfactor-auth-client-go #24
Bump the gomod group across 1 directory with 4 updates
tpantelis/submariner-addon #220
Package Details
| Name: | github.com/Azure/azure-sdk-for-go/sdk/azidentity |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/Azure/azure-sdk-for-go/sdk/azidentity |
| JSON API: | View JSON |
Package Information
This example shows how to cache service principal authentication data persistently to make it accessible to multiple processes. The example uses ClientCertificateCredential, however the pattern is the same for all service principal credential types having a Cache field in their options. The key steps are: Credentials that authenticate users such as InteractiveBrowserCredential have a different pattern; see the persistent user authentication example. This example shows how to cache authentication data persistently so a user doesn't need to authenticate interactively every time the application runs. The example uses InteractiveBrowserCredential, however DeviceCodeCredential has the same API. The key steps are: This examples applies to credentials that authenticate users. For credentials authenticating service principal, see the persistent service principal authentication example. This example demonstrates how to use azidentity to authenticate a go-redis client connecting to Azure Cache for Redis. See the Azure Cache for Redis documentation for information on configuring a cache to use Entra ID authentication.
| Repository: | https://github.com/Azure/azure-sdk-for-go |
| Homepage: | https://github.com/Azure/azure-sdk-for-go |
| Latest Release: |
v1.10.0
6 months ago |
| Dependent Repos: | 4,673 |
| Dependent Packages: | 2,996 |
| Ranking: | Top 0.1202% by dependent repos Top 0.0935% by dependent pkgs |