-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recipe step -> OpenIdServerSettings -> AccessTokenFormat
doesn't work
#16879
Comments
This looks like a JSON serialization issue, no @MikeAlhayek? |
@hieucd04 could you please try it on the nightly build, I came across this issue a few days ago, and I hope it got fixed, otherwise let us know |
I think this is a serializer option. We don't include a two way enum converter. |
@hishamco what did you do to fix this issue? |
Let me first check if I can reproduce the issue in the nightly build |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
I assume we can add this option if it's available. |
@hishamco I tried to look for |
Thanks, I hope to find time today to revisit this issue |
Describe the bug
Recipe step -> OpenIdServerSettings -> AccessTokenFormat
doesn't work!Orchard Core version
2.0.2
To Reproduce
Steps to reproduce the behavior:
AccessTokenFormat
(see image below)What happened
The docs said that
AccessTokenFormat
can be set to value"JsonWebToken"
. However, it didn't work. Instead, I had to set it to1
. I suspect there is a Json deserialization issue involving C# enum.Expected behavior
Either
Recipe step -> OpenIdServerSettings -> AccessTokenFormat
works as the docs said or the docs needs to be updated.The text was updated successfully, but these errors were encountered: