Utility command line for Amazon Cognito user pool OIDC.
Installing is as simple as running this command 🤟
dotnet tool install --global cognito-oidc
If you need to update the cli, run the following command
dotnet tool update --global cognito-oidc
You need to have .net 6 runtime installed on your system for this.
cognito-oidc --help
To get access token, use the following command
cognito-oidc client-credentials --domain "" --cognito-id "" --cognito-secret ""