Can Ocelot serve up Client Credentials? #1895
Answered
by
raman-m
PostImpatica
asked this question in
Q&A
-
Is there some way to generate and serve up client credentials from the Ocelot itself, or do I have to use an external identity provider for this? When I ask if there is a way, I don't mean theoretically, what I mean is, is there an easy way to do this? If so please give me a hint to get me started. Thanks!!! |
Beta Was this translation helpful? Give feedback.
Answered by
raman-m
Jan 6, 2024
Replies: 1 comment 1 reply
-
@PostImpatica |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No! This development challenge will not be easy.
Historically Ocelot recommends external identity management tools like Identify Server.
Another options are Okta and OAuth.
In theory you can have absolutely different, any kind of Identity management as it is possible for each ASP.NET Core app, including Basic, User type, SSO services, and all types of identity management of cloud providers like Azure, Google, AWS.
We are open to other identity providers to integrate as "easy way" auth features.
Regarding client credentials... You cannot substitute or override, but we have claims transformations feature. Look at it in docs please!