Closed samdubey closed 10 months ago
Hi,
This error is returned when the authorization server specified an iss
parameter in the authorization response, but doesn't include "authorization_response_iss_parameter_supported": true
in its configuration document, which is typically a compliance issue.
What version of Duende IdentityServer are you using?
v6.0
"authorization_response_iss_parameter_supported": true but no avail
How did you create the provider? By adding it to the .xml file? Care to share it here?
New-Providers.txt I have attached txt file as XML is not working good with markdown editor
redirect uri: https://localhost:44381/callback/login/rioid
The error occurs because you set a static <Configuration />
instead of using OIDC discovery. Remove that and it should work.
I have removed
Ooooops, something went really bad! :( invalid_client The token request was rejected by the remote server. @kevinchalet
Take a look at the logs or intercept the token response using Fiddler to see what's causing the rejection.
thank you, will check
https://documentation.openiddict.com/errors/ID2147 getting this url for error but does not show anything on the site for the url
It's expected: it currently mostly serves as an identifier. Real documentation will come in the future, hopefully: https://github.com/openiddict/openiddict-documentation/issues/30.
Personal contribution
Version
4.x
Provider name
DuendeIdentityServer
Describe the bug
when adding new web provider based on IdentityServer
To reproduce
I have hosted IdentityServer (https://duendesoftware.com/products/identityserver) trying to add provider for the same it encountered above error I am just starting out, kindly guide me
Exceptions (if any)
No response