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
I’d like to request support for client secret generation when creating an IDPortenClient, and optionally, automatic rotation of the secret, similar to the functionality implemented in azurerator.
The background for this issue is that we aim to utilize the generated secret to implement a user login mechanism which currently only supports authentication via client secret, not private key JWT.
Happy to provide more context or help with implementation if needed!