IdentityServer4.Admin
IdentityServer4.Admin copied to clipboard
How can I use react for preview layer
How can I use react for preview layer
I want to use react in your program. Can you explain how I can do this? I know you have a admin.api project. but I can't find any document about it. and also I can't found any login api.
Hey,
I am sorry for delayed answer, but you can use Admin API and connect it to your React client.
Your React app must initialize the authorization request to Identity Server and there is login page for sure. From IdP you will receive the access token for Admin API.
Thanks.