Made changes to get client credentials grant working

This commit is contained in:
David J. Allen 2024-03-20 16:52:08 -06:00
parent e67bc3e010
commit 5173701fa0
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
7 changed files with 135 additions and 64 deletions

View file

@ -85,6 +85,7 @@ var loginCmd = &cobra.Command{
os.Exit(1)
}
// start the listener
err := opaal.Login(&config, &client, provider)
if err != nil {
fmt.Printf("%v\n", err)