Describe the problem you'd like to have solved
The online playground is a nice way to debug an implementation of an identity provider service by using a custom provider. It would be nice to also be able to reproduce the case of providing a nonce, to see whether the server properly includes the nonce in the returned JWT token
Describe the ideal solution
Probably a checkbox (or a different choice in the mode selector) to opt-in for including a nonce in the authorize call.
Alternatives and current work-arounds
The alternative right now is to build my own tool to debug this instead of using the playground for that (which is a lot more work)
Additional context