urmade/Azure Active Directory Application
Automatically create a new AAD Application
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| adminApplicationId | AAD Application ID of an application that has the Application.ReadWrite.All scope | yes | — |
| adminApplicationSecret | AAD application secret | yes | — |
| tenantId | ID of the tenant in which the new application should be created | yes | — |
| applicationName | Application Name of the new Service Principal | no | Automated application |
| redirectUrl | Redirect URL(s) for the application, in a comma-seperated format (URL,URL,URL,...) | no | — |
| logoutUrl | Logout URL for the application | no | — |
| allowImplicitIdToken | true if implicit ID token acquiry should be allowed | no | false |
| allowImplicitAccessToken | true if implicit access token acquiry should be allowed | no | false |
| requireSecret | Should a client secret be returned as well? | no | false |
| debugMode | Boolean value if debug information should be printed | no | false |
Outputs
| name | description |
|---|---|
| clientId | Id of the newly created application |
| clientSecret | If explicitely required: A secret string for created application; else an empty string |