Trying to set up a duende middleware to host for a .net framework 4.6.2 application #47
Replies: 1 comment 3 replies
-
Are there any exceptions visible in logs around this message you are seeing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically we have a .net framework 4.6.2 application set up with identityserver 3 and are trying to slowly upgrade to .net 8 and utilize duende.
The first step we are doing is trying to set up a .net 8 duende project to host the authentication and have the current .net framework 4.6.2 project point to that to authenticate the user and have it all handled over there. Eventually we will upgrade the entire project to .net 8 over time.
What I am trying to do is see if I can get anything to happen between the two, see any traffic happening between the .net framework project and the duende project. I haven't quite figured out the correct location of the .net framework project to hook into, we use smartcard authentication and lots of different areas that it could hook up to. I am still doing tests. Last thing I had was
{"IDX10803: Unable to create to obtain configuration from: 'https://localhost:5001/.well-known/openid-configuration'."}
but I could enter that address and see an output of odic.
currently have a client set up on the .net 8 app and the hosting extensions builder:
In the .net framework 4.6.2 project I have been trying this in a few different places:
Anyone have any ideas on what I could try?
Beta Was this translation helpful? Give feedback.
All reactions