simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
685 stars 90 forks source link

[question]Regarding the issues encountered with Reference and Scope #646

Closed qq1176914912 closed 7 months ago

qq1176914912 commented 7 months ago

Reference When using Reference, my API needs to be configured as follows: image The problem now is that I don't know how to configure 'ApiName' and 'ApiSecret' in your project and make them effective.

Existing problems When I added 'Client scopes' to the client, I added the API Resource type, but if it is added for the first time without refreshing the page, it will display the' Identity Resource 'type: image image And no matter what scope is added, as long as it is just added, if you click on the Name without refreshing the page, the redirect will report an error: image image recommendation Suggest adding a delete button in 'API Resources' image

simpleidserver commented 7 months ago

Reference

The ApiName serves as the ClientId, and the ApiSecret functions as the ClientSecret.

To create a new machine client, follow these steps on the administration website:

Property Value
Identifier product
Secret secret
Name product

Existing problems

Thank you once again for your feedback; all the issues have been addressed in the master branch.

qq1176914912 commented 7 months ago

Reference

The ApiName serves as the ClientId, and the ApiSecret functions as the ClientSecret.

To create a new machine client, follow these steps on the administration website:

  • Navigate to the Clients screen and click on Add client.
  • Choose Machine and proceed to the next step.
  • Complete the form as follows and click on Save.

Property Value Identifier product Secret secret Name product Existing problems

Thank you once again for your feedback; all the issues have been addressed in the master branch.

Yes, indeed, as you said, after I tested the client's use ‘Reference 'has successfully accessed the API.