Version 1.2.1
Changelog since v1.2.1
Feature requests
- Improve Swagger OAuth2 authentication
# appsettings.json
{
+ "Swagger": {
+ "SecurityDefinitionName": "oauth2"
+ }
}
- Authorize per role
# entities.yml
entities:
- name: Location
resourceName: locations
+ isAuthorizationRequired: true
+ authorizationRoles: <azuread_application_role>
-
NuGet packages updates
- FluentAssertions: 6.6.0
Breaking changes
None.
Update
dotnet add package RabbidsIncubator.ServiceNowClient.Application --version 1.2.1
dotnet add package RabbidsIncubator.ServiceNowClient.Application.Generators --version 1.2.1