urmade/Azure Active Directory Application

Automatically create a new AAD Application

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
adminApplicationIdAAD Application ID of an application that has the Application.ReadWrite.All scopeyes
adminApplicationSecretAAD application secretyes
tenantIdID of the tenant in which the new application should be createdyes
applicationNameApplication Name of the new Service PrincipalnoAutomated application
redirectUrlRedirect URL(s) for the application, in a comma-seperated format (URL,URL,URL,...)no
logoutUrlLogout URL for the applicationno
allowImplicitIdTokentrue if implicit ID token acquiry should be allowednofalse
allowImplicitAccessTokentrue if implicit access token acquiry should be allowednofalse
requireSecretShould a client secret be returned as well?nofalse
debugModeBoolean value if debug information should be printednofalse
namedescription
clientIdId of the newly created application
clientSecretIf explicitely required: A secret string for created application; else an empty string