jentz / vigilant-dollop

Command-line OIDC client, get a token without all the fuss
MIT License
1 stars 0 forks source link

Add support for prompt in the auth code flow #23

Open jentz opened 3 months ago

jentz commented 3 months ago

Allow the user to provide the prompt parameter in the auth code flow.

In section 3.1.2.1 of the OpenID Connect core spec the prompt parameter is specified with defined values.

Our implementation should accept whatever value the user wants since there are non-standard extensions in many authorization servers.

Consider adding support for:

as part of the same solution. The ambition level is to keep all of these as simple as possible and just enable users to make more flexible authorization requests.