mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Made changes to get client credentials grant working
This commit is contained in:
parent
e67bc3e010
commit
5173701fa0
7 changed files with 135 additions and 64 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue