auth0.net
auth0.net copied to clipboard
.NET client for the Auth0 Authentication & Management APIs.
**Fixed** - Moving IDisposable on to IManagementApiClient [\#581](https://github.com/auth0/auth0.net/pull/581) ([kevbite](https://github.com/kevbite))
When using the RS256 signing protocol, the jwt keys needs to be fetced. It starts from - IdTokenValidator.Assert - return this.AssertRS256IdTokenValid(idToken, requirements.Issuer, this.maxJwksKeySetValidFor); - return new AsymmetricSignedDecoder((await this.jsonWebKeyCache.Get(issuer, maxAge).ConfigureAwait(false)).Keys).DecodeSignedToken(idToken); -...
i have a legacy webform application .net framework 4.6.1, and another .net core 3.1 application, both applications was using old version of management sdk, after upgading to latest version 7.17.3...
### Auth0 SRE - Add `opslevel.yml` Adds an OpsLevel YAML definition file `opslevel.yml`. This file allows OpsLevel to automatically track ownership and metadata about CIC services and repositories. This work...
### Description Restructures the readme file based on our internal design to try and create a uniform experience across the readme's of our different SDKs. - [ ] Add header...
### Changes Adds `show_as_button` to `OrganizationConnection`, `OrganizationConnectionCreateRequest` and `OrganizationConnectionUpdateRequest`. ### References This property is documented here: - [Get connections enabled for an organization](https://auth0.com/docs/api/management/v2/organizations/get-enabled-connections) - [Add connections to an organization](https://auth0.com/docs/api/management/v2/organizations/post-enabled-connections) -...
### Changes Adding support for [/mfa/associate](The authentication client doesn't support [mfa/associate](https://auth0.com/docs/api/authentication#verify-with-recovery-code)) to authentication client Adding support for [/oauth/token](https://auth0.com/docs/api/authentication#verify-with-out-of-band-oob-) verification with OOB to authentication client Added new methods to authentication client...
### Changes Adding support for [listing authenticators](https://auth0.com/docs/api/authentication#list-authenticators) and [deleting specific authenticator](https://auth0.com/docs/api/authentication#delete-an-authenticator) Added new methods to authentication client to support the API endpoints Added request/response classes ### References Please include relevant...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0.net#readme) and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://auth0.github.io/auth0.net/) and have...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0.net#readme) and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://auth0.github.io/auth0.net/) and have...