Replies: 3 comments 1 reply
-
Hi guys, sorry for the direct mention @Piedone, @MikeAlhayek, @kevinchalet, do you have any idea on how can I do a custom authentication? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm afraid custom grants is not something we offer in OrchardCore, that focuses on the standard flows (the closest we do support is the client credentials grant). |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe use the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have an Orchard Core 2.1.2 microservice that acts as an SSO (Single Sign-On) for other microservices and uses the built-in OpenIddict features. Now, I need to integrate a custom server-to-server authentication flow.
Basically, when receiving a request from an external server, after performing some custom validations, I need to generate an authentication token for a pre-registered user (identified by their ID or email) in the SSO microservice. This token would grant the user access.
How can I achieve this within Orchard Core?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions