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
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