You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
Firstly, apologies if this is the wrong forum such a question.
I am wondering if Owin is suitable / capable of achieving the following use-case.
I have a c# dll that is basically a plugin in another system. This dll has no UI. It is basically taking messages from the host application, sending them to a server for processing and then receiving the response. The user/owner of the host application needs to be authenticated to use this dll. I was thinking that the user would have a KeyCloak service account, and therefore have a token in a properties file.
Is such a use case possible using KeycloakIdentityModel ?