Replies: 1 comment
-
Hi @Ewerton ! You can do in Ocelot mostly everything which is possible with ASP.NET Core. → OAuth OpenId etc. |
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
-
I read the authentication page and understood that Ocelot is designed to integrate with identity servers using the default protocols for that (OAuth, OpenId).
I'm not able to buy or configure an enterprise grade identity server right now so I'm wondering if it is possible to implement something like basic authentication where I could call a function or an API which will responds if the user is authenticated or not. If so, can you provide some code samples on how to implement it?
Beta Was this translation helpful? Give feedback.
All reactions