diff --git a/CHANGELOG.md b/CHANGELOG.md index 014004b54..11daa560c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [release-7.16.0](https://github.com/auth0/auth0.net/tree/release-7.16.0) (2022-05-03) +[Full Changelog](https://github.com/auth0/auth0.net/compare/release-7.15.0...release-7.16.0) + +**Changed** +- Add ProvisioningTicketUrl [\#562](https://github.com/auth0/auth0.net/pull/562) ([zzanol](https://github.com/zzanol)) + +**Security** +- [Snyk] Security upgrade Newtonsoft.Json from 12.0.3 to 13.0.1 [\#560](https://github.com/auth0/auth0.net/pull/560) ([crew-security](https://github.com/crew-security)) +- [Snyk] Security upgrade Microsoft.IdentityModel.Protocols.OpenIdConnect from 5.6.0 to 6.5.0 [\#559](https://github.com/auth0/auth0.net/pull/559) ([snyk-bot](https://github.com/snyk-bot)) + ## [release-7.15.0](https://github.com/auth0/auth0.net/tree/release-7.15.0) (2022-03-04) [Full Changelog](https://github.com/auth0/auth0.net/compare/release-7.14.0...release-7.15.0) diff --git a/build/common.props b/build/common.props index 31873f663..a99c3cec7 100644 --- a/build/common.props +++ b/build/common.props @@ -21,7 +21,7 @@ 7.1 7 - 15 + 16 0 diff --git a/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html b/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html index 7af0e2b6a..6ee4d5cfe 100644 --- a/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html @@ -241,7 +241,8 @@
Parameters
System.String key - +

The key of the rules-config to delete.

+ System.Threading.CancellationToken diff --git a/docs/api/Auth0.ManagementApi.HttpClientManagementConnection.html b/docs/api/Auth0.ManagementApi.HttpClientManagementConnection.html index 3d9222a01..5a13012dd 100644 --- a/docs/api/Auth0.ManagementApi.HttpClientManagementConnection.html +++ b/docs/api/Auth0.ManagementApi.HttpClientManagementConnection.html @@ -147,7 +147,8 @@
Parameters
HttpClientManagementConnectionOptions options - +

Optional HttpClientManagementConnectionOptions to use.

+ @@ -181,7 +182,8 @@
Parameters
HttpClientManagementConnectionOptions options - +

Optional HttpClientManagementConnectionOptions to use.

+ diff --git a/docs/api/Auth0.ManagementApi.Models.Connection.html b/docs/api/Auth0.ManagementApi.Models.Connection.html index e9e91c320..c8c3788cb 100644 --- a/docs/api/Auth0.ManagementApi.Models.Connection.html +++ b/docs/api/Auth0.ManagementApi.Models.Connection.html @@ -204,6 +204,31 @@
Property Value
+ +

ProvisioningTicketUrl

+

The provisioning ticket URL for AD / LDAP connections

+
+
+
Declaration
+
+
[JsonProperty("provisioning_ticket_url")]
+public string ProvisioningTicketUrl { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.String

Strategy

The identity provider identifier for the connection.

diff --git a/docs/manifest.json b/docs/manifest.json index b3d129323..e6bbd68a2 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -990,7 +990,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.RulesConfigClient.html", - "hash": "GQkpkrYx5FNvneCIREJSsPcs/gQNGK2ZBGGV2vVva6Q=" + "hash": "FPori3ydsjNUwQNiRz72kpv37AgKMjtyQjBjSx+2Y1s=" } }, "is_incremental": false, @@ -1086,7 +1086,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.HttpClientManagementConnection.html", - "hash": "fpVtWS9ifIBCWC2+o4NB8rjNkqc216gNPHOhgpfc7as=" + "hash": "9YV5ZoKa8xGv6W7aV9g/YCIXah81hl6ZbpvoUZR2aeU=" } }, "is_incremental": false, @@ -1734,7 +1734,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Models.Connection.html", - "hash": "F8jTb4Fezq+9TDNHGWpJYB8wW4QtG0xFicDV7vOw4IY=" + "hash": "q8AHKzXqKqRLnBv9v48cNqCeg/Zq2pjKZ8nCiBqqUDU=" } }, "is_incremental": false, @@ -3968,7 +3968,7 @@ "can_incremental": true, "incrementalPhase": "build", "total_file_count": 319, - "skipped_file_count": 12 + "skipped_file_count": 14 }, "ResourceDocumentProcessor": { "can_incremental": false, diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 179f4b31d..b664746b7 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -9519,6 +9519,19 @@ references: isSpec: "True" fullName: Auth0.ManagementApi.Models.Connection.IsDomainConnection nameWithType: Connection.IsDomainConnection +- uid: Auth0.ManagementApi.Models.Connection.ProvisioningTicketUrl + name: ProvisioningTicketUrl + href: api/Auth0.ManagementApi.Models.Connection.html#Auth0_ManagementApi_Models_Connection_ProvisioningTicketUrl + commentId: P:Auth0.ManagementApi.Models.Connection.ProvisioningTicketUrl + fullName: Auth0.ManagementApi.Models.Connection.ProvisioningTicketUrl + nameWithType: Connection.ProvisioningTicketUrl +- uid: Auth0.ManagementApi.Models.Connection.ProvisioningTicketUrl* + name: ProvisioningTicketUrl + href: api/Auth0.ManagementApi.Models.Connection.html#Auth0_ManagementApi_Models_Connection_ProvisioningTicketUrl_ + commentId: Overload:Auth0.ManagementApi.Models.Connection.ProvisioningTicketUrl + isSpec: "True" + fullName: Auth0.ManagementApi.Models.Connection.ProvisioningTicketUrl + nameWithType: Connection.ProvisioningTicketUrl - uid: Auth0.ManagementApi.Models.Connection.Strategy name: Strategy href: api/Auth0.ManagementApi.Models.Connection.html#Auth0_ManagementApi_Models_Connection_Strategy