Skip to content
Discussion options

You must be logged in to vote

At the moment, overriding the TokenEndpoint URL is not possible using either approach. We are however investigating adding this as a potential new feature in a next release (4.2.0 or later).

What you can try right now, depending on how much control you have over the token endpoint handler, is to include the tenant ID in the TokenRequestParameters.Parameters dictionary. These parameters will eventually be added to the form contents that are posted to the token endpoint.

Here's a sample implementation for a ITokenRequestCustomizer which adds a tenant_id to the form. If you need to inject services in your custom ITokenRequestCustomizer, you'll need to wait for the official 4.1.0 release of the

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alefcarlos
Comment options

Answer selected by alefcarlos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants