LogTo in .net microservice and micro UI #5893
vitalybrandes
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi @vitalybrandes , could you please provide more context about your software architecture? I'm wondering what does the UI means. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @gao-sun , could you please take a look about this issue, since I have no context about the .net tech stack and also the .net SDK. |
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.
-
Hi all, I have a question related to using LogTo in .net core microservice architecture where I am also using microUI as containers. I am lost in using the API as a resource to get access token. I need access token to be available for me in UI. Using access token I call multiple apis for the same ui. Does the access token for user have access to multiple resources and can I forward it to apis? If yes, is there any demo of code? For now I found that in razor pages example the access token only available in UI (page itself) what if I have DO service that need this token to contact api?
Beta Was this translation helpful? Give feedback.
All reactions