Replies: 1 comment 7 replies
-
I won't be able to help, but @kevinchalet perhaps you have some pointers? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are having a problem getting the authentication token with OpenIddict. Here is how our Orchard Core 1.8.3 microservices are configured:
Our Environment:
Angular App
SSO
Books
(custom API)Our Flow:
Angular App
is authenticated by calling theSSO
(using Authorization Code Flow).Angular App
then calls theBooks
microservice's custom controller with the token provided by theSSO
.Books
microservice must validate the received token by calling theSSO
microservice. If the user is authorized, they can access the action, otherwise, they can't.This is what we have on top of our Book API controller:
Questions:
How can we configure the Books microservice to achieve this?
Thank you 😊
Beta Was this translation helpful? Give feedback.
All reactions