The examples in the documentation are certainly great for C# people, but if you come from another world, they are quite complicated to understand/reproduce. It would be great to have CURL requests in the documentation - then anyone could execute the requests on the command line.
Something like this:
https://stackoverflow.com/a/52429221/2095846
Good idea! Feel free to add them.
I might also have some gists floating around for this
Hi,
I would like to contribute with the sample curl requests.
Which pages do you think I should start with?
I was thinking of starting with https://identityserver4.readthedocs.io/en/latest/quickstarts/1_client_credentials.html
OR the endpoint pages, starting from - https://identityserver4.readthedocs.io/en/latest/endpoints/authorize.html
Please let me know.
would be really cool to have such examples, cause they something like standard.
@martijnboland if it makes sense, good point to start is how to auth with identityserver via curl, so it would be possible to get basic data in bash scripts.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi,
I would like to contribute with the sample curl requests.
Which pages do you think I should start with?
I was thinking of starting with https://identityserver4.readthedocs.io/en/latest/quickstarts/1_client_credentials.html
OR the endpoint pages, starting from - https://identityserver4.readthedocs.io/en/latest/endpoints/authorize.html
Please let me know.