Skip to content

Sample PowerShell module to create Azure App with Federated Credential

License

Notifications You must be signed in to change notification settings

kenmuse/GhAppRegistration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AzOidcAppRegistration

Sample PowerShell module to create Azure App with Federated Credential

To use this script:

  1. Use Connect-AzAccount to authenticate to the Azure Account (if not already done)
  2. Use Import-Module ./AzOidcAppRegistration.psm1 to load the module into memory
  3. Call New-GhAzOidcApplication -Name 'Your App Name' -Subject repo:MyOrg/MyRepo:environment:demo`, configuring the parameters as appropriate for your application.
  4. The script will return the identifiers for the application and service principal.

About

Sample PowerShell module to create Azure App with Federated Credential

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published