Google does not support dynamic client registration, but there is a preregistered public client so that account configuration generation is as easy as with dynamic client registration.
Quickstart
Example:
Advanced options
Manual Client registration
A client can be registered manually at https://console.developers.google.com/ There is documentation on how to do this at https://developers.google.com/identity/protocols/OpenIDConnect (just the first section "Setting up OAuth 2.0").
After the client registration you can download the client configuration as a json file. You can pass this file to oidc-gen
using the -f
flag. If you don't do this you have to enter the configuration manually (you than have to call oidc-gen
with the -m
flag).
Last updated