Question regarding certificate revocation status #22
Replies: 2 comments
-
(note: we're moving this issue to our new community discussions) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you please tell us more about what you're trying to do? Are you trying to use some form of mTLS here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which version of Duende IdentityServer are you using?
7
Which version of .NET are you using?
8
Describe the bug
N/A
To Reproduce
N/A
Expected behavior
N/A
Log output/exception with stacktrace
N/A
Additional context
I am trying to figure out how to properly configure duende to utilize an X509 certificate. I have it set up where you can put through a certificate and it recognizes it in the browser and we get access to the duende template site. When we click any of the links, we get an unauthorized error and in the duende console it says:
["RevocationStatusUnknown The revocation function was unable to check revocation for the certificate.", "OfflineRevocation The revocation function was unable to check revocation because the revocation server was offline."]
We are working on an intranet without access to the outside internet, so not sure if that is a factor. Have been trying to disable recovation/turn revocation offline with no success. I tried setting it up in kestralserveroptions:
I have been messing around with trying to change the builder to:
but there is no tokenvalidationparameters that can change validation mode or revocation mode.
Any help?
EDIT1:
I messed around a bit and got past the revocation this way:
but now I am still getting this:
Beta Was this translation helpful? Give feedback.
All reactions