You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NvanWeeghel Technically I think there can be multiple active (ie. non-expired) secrets for the same client so this story isn't only to replace an expired secret with a new one. The same functionality can also be used to just generate an additional secret for the same client.
jmezach
changed the title
Creating a secret
Creating a client secret
May 2, 2023
@NvanWeeghel I've also updated the title of this story to reflect that this is scoped to client secrets. IdentityServer also has the notion of API Resources which can also have associated secrets, but as far as I'm concerned this story only relates to client secrets. Perhaps we could reuse some of this for API Resource secrets as well, but we'll cross that bridge when we get there.
Userstory:
As a developer, I want to be able to create a new client secret so I can replace the expired secrets with secrets that still work.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: