Closed No1e closed 2 years ago
Is there any helper out of box class that I can use to for JWT token creation/signing that you can recommend
Have a look at how we did that in our DefaultTokenCreationService
.
I would like to extend information available at /.well-known/openid-configuration to include those additional endpoints for dynamic client registration and API registration.
To customize the discovery document, you can extend our DiscoveryResponseGenerator
class with your own.
Thank you!
Dear Duende Team,
a while ago, back in days of IdentityServer 3, I have implemented dynamic client registration. Here is what I have implemented back then:
Since than, I didn't do anyting in this field, so I unfortunately missed out all your releases, starting from Identity Server 4. It was very busy dev years. So, I try to catch up now.
Now, I want to do the same thing for Duende Identity server. In addition, I want to make something similar for API registration, to make it easier to create and configure API Scopes/Resources.
I have couple of question:
P.S. The idea with API Resource to group Scopes is just wonderful, and if fits really nice with creation of registration infos. It makes the whole thing very end user friendly. Thank you for this nice feature.
Thank you and best regards, Novak