Skip to content

Commit

Permalink
Release 7.17.4 (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Oct 17, 2022
1 parent 666b159 commit 659f6ad
Show file tree
Hide file tree
Showing 343 changed files with 4,613 additions and 11,248 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.17.4](https://github.com/auth0/auth0.net/tree/7.17.4) (2022-10-17)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.17.3...7.17.4)

**Changed**
- Rework IdTokenValidator to be able to use a proxy [\#596](https://github.com/auth0/auth0.net/pull/596) ([frederikprijck](https://github.com/frederikprijck))
- Add support for Ephemeral sessions [\#593](https://github.com/auth0/auth0.net/pull/593) ([frederikprijck](https://github.com/frederikprijck))

## [7.17.3](https://github.com/auth0/auth0.net/tree/7.17.3) (2022-10-03)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.17.2...7.17.3)

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.17.3</Version>
<Version>7.17.4</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
219 changes: 91 additions & 128 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,35 +81,11 @@ <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</code></pre>
<pre><code class="lang-csharp hljs">public static class AuthenticationApiClientExtensions : object</code></pre>
</div>
<h3 id="methods">Methods
</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,27 +96,6 @@ <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 @@ -151,13 +130,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 <span class="xref">System.String</span>.</p>
<td><p>Base URL of the Authentication API represented as a <see cref="!:String"></see>.</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_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.#ctor(System.Uri)">AuthorizationUrlBuilder(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder__ctor_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.#ctor(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 @@ -176,9 +155,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Uri</span></td>
<td><span class="xref">Uri</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.Uri</span>.</p>
<td><p>Base URL of the Authentication API represented as a <see cref="!:Uri"></see>.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -576,7 +555,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_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.WithRedirectUrl(System.Uri)">WithRedirectUrl(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_AuthorizationUrlBuilder_WithRedirectUrl_Uri_" data-uid="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.WithRedirectUrl(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 @@ -595,9 +574,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Uri</span></td>
<td><span class="xref">Uri</span></td>
<td><span class="parametername">uri</span></td>
<td><p><span class="xref">System.Uri</span> to redirect to.</p>
<td><p><see cref="!:Uri"></see> to redirect to.</p>
</td>
</tr>
</tbody>
Expand Down
35 changes: 7 additions & 28 deletions docs/api/Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,27 +96,6 @@ <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 @@ -151,13 +130,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 <span class="xref">System.String</span>.</p>
<td><p>Base URL of the Authentication API represented as a <see cref="!:String"></see>.</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_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.#ctor(System.Uri)">LogoutUrlBuilder(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder__ctor_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.#ctor(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 @@ -176,9 +155,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Uri</span></td>
<td><span class="xref">Uri</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.Uri</span>.</p>
<td><p>Base URL of the Authentication API represented as a <see cref="!:Uri"></see>.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -297,7 +276,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_System_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.WithReturnUrl(System.Uri)">WithReturnUrl(Uri)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_LogoutUrlBuilder_WithReturnUrl_Uri_" data-uid="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.WithReturnUrl(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 @@ -316,9 +295,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Uri</span></td>
<td><span class="xref">Uri</span></td>
<td><span class="parametername">uri</span></td>
<td><p><span class="xref">System.Uri</span> to redirect to.</p>
<td><p><see cref="!:Uri"></see> to redirect to.</p>
</td>
</tr>
</tbody>
Expand Down
35 changes: 7 additions & 28 deletions docs/api/Auth0.AuthenticationApi.Builders.SamlUrlBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,27 +96,6 @@ <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 @@ -151,7 +130,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 <span class="xref">System.String</span>.</p>
<td><p>Base URL of the Authentication API represented as a <see cref="!:String"></see>.</p>
</td>
</tr>
<tr>
Expand All @@ -163,7 +142,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_System_Uri_System_String_" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.#ctor(System.Uri,System.String)">SamlUrlBuilder(Uri, String)</h4>
<h4 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder__ctor_Uri_System_String_" data-uid="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.#ctor(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 @@ -182,9 +161,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Uri</span></td>
<td><span class="xref">Uri</span></td>
<td><span class="parametername">baseUrl</span></td>
<td><p>Base URL of the Authentication API represented as a <span class="xref">System.Uri</span>.</p>
<td><p>Base URL of the Authentication API represented as a <see cref="!:Uri"></see>.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -241,7 +220,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_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>
<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>
<div class="markdown level1 summary"><p>Adds the <code>RelayState</code> query string parameter.</p>
</div>
<div class="markdown level1 conceptual"></div>
Expand All @@ -260,7 +239,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<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="xref">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 @@ -283,7 +262,7 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h5 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_System_Collections_Generic_IDictionary_System_String_System_String___remarks">Remarks</h5>
<h5 id="Auth0_AuthenticationApi_Builders_SamlUrlBuilder_WithRelayState_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 659f6ad

Please sign in to comment.