-
-
Notifications
You must be signed in to change notification settings - Fork 119
Description
Hello, I downloaded the project of the master main branch and found some problems
1、After the download start the project, "SimpleIdServer. IdServer. Startup", prompt can not find "SimpleIdServer. Scim. Domains" project, the need to manually add
2、I used this project: JsBffYarpSampleand encountered problems when trying to use the refresh token of your project:
This is my client configuration: I only changed the authentication address of his project
This is the configuration of the client I created in your project:
Other configurations are default.
When I start the JsBffYarpSample project without using the refresh token, I can log in normally and access the interface content. However, after I use the refresh token and the client logs in, the client will report an error, causing the request interface to be directly 401:
Excuse me, am I lacking any configuration somewhere?
3、I noticed that the offline_access created by default in your project belongs to the api resource in the Scope. Is it also okay for me to create an offline_access as the client resource and publish the refresh token normally? Is there any difference?