desktop
desktop copied to clipboard
Allow the addition of custom parameters in oauth requests
Hi there! Looking for a status update on this? We are going to go live soon and as auth0 demands the audience parameter for oidc compliant tickets we are kind of stuck without a solution - as the doc portal does not support it.
@nirsoffer-spotcap Good news! This has been added to the next sprint.
Hey @nirsoffer-spotcap
We plan to display the Audience parameter only if we detect that authorize_url/token_url belong to Auth0.
Auth0 provides it’s endpoints like that: client-name.auth0.com/token… so it’s easy to detect but you can also put your custom domain there so there will be no way to detect on our side whether it is Auth0 or not.
Question: Are you using an *.auth0.com domain or custom one to authorize resources through Auth0 ?
Does anyone knows if this issue was solved? Because I want to use client-credentials flow and audience parameter is sended null.
Thanks.