Skip to content

Commit

Permalink
Release 7.22.2 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Aug 14, 2023
1 parent 2cf5734 commit 4c2b21e
Show file tree
Hide file tree
Showing 363 changed files with 12,475 additions and 4,832 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [7.22.2](https://github.com/auth0/auth0.net/tree/7.22.2) (2023-08-14)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.22.1...7.22.2)

**Changed**
- Support providing Organization when resetting password [\#635](https://github.com/auth0/auth0.net/pull/635) ([frederikprijck](https://github.com/frederikprijck))
- Add cross_origin_authentication on Clients [\#643](https://github.com/auth0/auth0.net/pull/643) ([frederikprijck](https://github.com/frederikprijck))

## [7.22.1](https://github.com/auth0/auth0.net/tree/7.22.1) (2023-07-28)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.22.0...7.22.1)

Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<LangVersion>7.1</LangVersion>
<Version>7.22.1</Version>
<Version>7.22.2</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
229 changes: 133 additions & 96 deletions docs/api/Auth0.AuthenticationApi.AuthenticationApiClient.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,35 @@ <h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">AuthenticationApiClientExtensions</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Auth0.AuthenticationApi.html">Auth0.AuthenticationApi</a></h6>
<h6><strong>Assembly</strong>: Auth0.AuthenticationApi.dll</h6>
<h5 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class AuthenticationApiClientExtensions : object</code></pre>
<pre><code class="lang-csharp hljs">public static class AuthenticationApiClientExtensions</code></pre>
</div>
<h3 id="methods">Methods
</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,27 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Auth0.AuthenticationApi.Builders.UrlBuilderBase-1.html#Auth0_AuthenticationApi_Builders_UrlBuilderBase_1_Build">UrlBuilderBase&lt;AuthorizationUrlBuilder&gt;.Build()</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Auth0.AuthenticationApi.Builders.html">Auth0.AuthenticationApi.Builders</a></h6>
<h6><strong>Assembly</strong>: Auth0.AuthenticationApi.dll</h6>
Expand Down Expand Up @@ -130,13 +151,13 @@ <h5 class="parameters">Parameters</h5>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <see cref="!:String"></see>.</p>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.String</span>.</p>
</td>
</tr>
</tbody>
</table>
<a id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder__ctor_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.#ctor*"></a>
<h4 id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder__ctor_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.#ctor(Uri)">AuthorizationUrlBuilder(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder__ctor_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.#ctor(System.Uri)">AuthorizationUrlBuilder(Uri)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.html">AuthorizationUrlBuilder</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand All @@ -155,9 +176,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Uri</span></td>
<td><span class="xref">System.Uri</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <see cref="!:Uri"></see>.</p>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.Uri</span>.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -555,7 +576,7 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder_WithRedirectUrl_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.WithRedirectUrl*"></a>
<h4 id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder_WithRedirectUrl_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.WithRedirectUrl(Uri)">WithRedirectUrl(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder_WithRedirectUrl_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.WithRedirectUrl(System.Uri)">WithRedirectUrl(Uri)</h4>
<div class="markdown level1 summary"><p>Adds the <code>redirect_uri</code> query string parameter specifying the redirect URI.</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand All @@ -574,9 +595,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Uri</span></td>
<td><span class="xref">System.Uri</span></td>
<td><span class="parametername">uri</span></td>
<td><p><see cref="!:Uri"></see> to redirect to.</p>
<td><p><span class="xref">System.Uri</span> to redirect to.</p>
</td>
</tr>
</tbody>
Expand Down
35 changes: 28 additions & 7 deletions docs/api/Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,27 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Auth0.AuthenticationApi.Builders.UrlBuilderBase-1.html#Auth0_AuthenticationApi_Builders_UrlBuilderBase_1_Build">UrlBuilderBase&lt;LogoutUrlBuilder&gt;.Build()</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Auth0.AuthenticationApi.Builders.html">Auth0.AuthenticationApi.Builders</a></h6>
<h6><strong>Assembly</strong>: Auth0.AuthenticationApi.dll</h6>
Expand Down Expand Up @@ -130,13 +151,13 @@ <h5 class="parameters">Parameters</h5>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <see cref="!:String"></see>.</p>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.String</span>.</p>
</td>
</tr>
</tbody>
</table>
<a id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder__ctor_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.#ctor*"></a>
<h4 id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder__ctor_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.#ctor(Uri)">LogoutUrlBuilder(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder__ctor_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.#ctor(System.Uri)">LogoutUrlBuilder(Uri)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.html">LogoutUrlBuilder</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand All @@ -155,9 +176,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Uri</span></td>
<td><span class="xref">System.Uri</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <see cref="!:Uri"></see>.</p>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.Uri</span>.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -276,7 +297,7 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder_WithReturnUrl_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.WithReturnUrl*"></a>
<h4 id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder_WithReturnUrl_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.WithReturnUrl(Uri)">WithReturnUrl(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder_WithReturnUrl_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.WithReturnUrl(System.Uri)">WithReturnUrl(Uri)</h4>
<div class="markdown level1 summary"><p>Adds the <code>redirect_uri</code> query string parameter specifying the redirect URI.</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand All @@ -295,9 +316,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Uri</span></td>
<td><span class="xref">System.Uri</span></td>
<td><span class="parametername">uri</span></td>
<td><p><see cref="!:Uri"></see> to redirect to.</p>
<td><p><span class="xref">System.Uri</span> to redirect to.</p>
</td>
</tr>
</tbody>
Expand Down
35 changes: 28 additions & 7 deletions docs/api/Auth0.AuthenticationApi.Builders.SamlUrlBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,27 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Auth0.AuthenticationApi.Builders.UrlBuilderBase-1.html#Auth0_AuthenticationApi_Builders_UrlBuilderBase_1_Build">UrlBuilderBase&lt;SamlUrlBuilder&gt;.Build()</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Auth0.AuthenticationApi.Builders.html">Auth0.AuthenticationApi.Builders</a></h6>
<h6><strong>Assembly</strong>: Auth0.AuthenticationApi.dll</h6>
Expand Down Expand Up @@ -130,7 +151,7 @@ <h5 class="parameters">Parameters</h5>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <see cref="!:String"></see>.</p>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.String</span>.</p>
</td>
</tr>
<tr>
Expand All @@ -142,7 +163,7 @@ <h5 class="parameters">Parameters</h5>
</tbody>
</table>
<a id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder__ctor_" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.#ctor*"></a>
<h4 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder__ctor_Uri_System_String_" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.#ctor(Uri,System.String)">SamlUrlBuilder(Uri, String)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder__ctor_System_Uri_System_String_" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.#ctor(System.Uri,System.String)">SamlUrlBuilder(Uri, String)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.html">SamlUrlBuilder</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand All @@ -161,9 +182,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Uri</span></td>
<td><span class="xref">System.Uri</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <see cref="!:Uri"></see>.</p>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.Uri</span>.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -220,7 +241,7 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.WithRelayState*"></a>
<h4 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_IDictionary_System_String_System_String__" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.WithRelayState(IDictionary{System.String,System.String})">WithRelayState(IDictionary&lt;String, String&gt;)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_System_Collections_Generic_IDictionary_System_String_System_String__" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.WithRelayState(System.Collections.Generic.IDictionary{System.String,System.String})">WithRelayState(IDictionary&lt;String, String&gt;)</h4>
<div class="markdown level1 summary"><p>Adds the <code>RelayState</code> query string parameter.</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand All @@ -239,7 +260,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IDictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="xref">System.Collections.Generic.IDictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">values</span></td>
<td><p>Dictionary containing key-value pairs for the <code>RelayState</code> parameter.</p>
</td>
Expand All @@ -262,7 +283,7 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h5 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_IDictionary_System_String_System_String___remarks">Remarks</h5>
<h5 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_System_Collections_Generic_IDictionary_System_String_System_String___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>See <a href="https://auth0.com/docs/protocols/saml/saml-configuration/special-configuration-scenarios/idp-initiated-sso#auth0-as-identity-provider-where-idp-initiates-sso">https://auth0.com/docs/protocols/saml/saml-configuration/special-configuration-scenarios/idp-initiated-sso#auth0-as-identity-provider-where-idp-initiates-sso</a> for more details on RelayState.</p>
</div>
<a id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.WithRelayState*"></a>
Expand Down
Loading

0 comments on commit 4c2b21e

Please sign in to comment.