Replies: 4 comments
-
What errors do you get? Why not use WsFed? Why are you doing OnAuthorizationCodeReceived manually? That looks similar to the built in logic. |
Beta Was this translation helpful? Give feedback.
-
To include this "resource" property that ADFS is needing. |
Beta Was this translation helpful? Give feedback.
-
This seems like a question about how to use the product rather than a report for a product issue, so I'm going to convert this into a discussion. Please also see https://learn.microsoft.com/aspnet/core/security/authentication/ws-federation?view=aspnetcore-8.0 in case it helps in your case. |
Beta Was this translation helpful? Give feedback.
-
https://medium.com/the-new-control-plane/authenticating-to-active-directory-federation-services-adfs-2019-with-net-core-3-1-b0bf012fc183 might also be helpful. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am having hard time trying to configure the new .NET8 Identity with an on-premise ADFS as external provider for Identity using OpenIdConnect in a Blazor application.
Up until now, I have added the following:
Are there any guidance of doing this properly? I only saw docs regarding WS-Federation.
Beta Was this translation helpful? Give feedback.
All reactions