IdentityServer4.Admin icon indicating copy to clipboard operation
IdentityServer4.Admin copied to clipboard

How can I use react for preview layer

Open arashkey opened this issue 4 years ago • 1 comments

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.

arashkey avatar Aug 03 '21 11:08 arashkey

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.

skoruba avatar Oct 17 '21 07:10 skoruba