Skip to content

Commit

Permalink
[APP-4223]: Update auth client and audience (for device authorization…
Browse files Browse the repository at this point in the history
… flow in CLI) (#3674)
  • Loading branch information
maxhorowitz authored and 10zingpd committed Mar 15, 2024
1 parent bbefcca commit 493d981
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ type authFlow struct {
const (
defaultOpenIDDiscoveryPath = "/.well-known/openid-configuration"

prodAuthDomain = "https://auth.viam.com"
prodAudience = "https://app.viam.com/"
prodClientID = "HysEkkRKn6cDr2W6UFI6UYJHpiVwXFCk" // native client ID
prodAuthDomain = "https://viam-prod.fusionauth.io"
prodAudience = "c1e41724-9b29-479f-abcc-7bfbe2e3309a"
prodClientID = "c1e41724-9b29-479f-abcc-7bfbe2e3309a" // native client ID

stgAuthDomain = "https://auth.viam.dev/"
stgAuthDomain = "https://viam.fusionauth.io"
stgAudience = "d7eb6419-301c-4ef1-a5e5-8e8bf28a87c0"
stgClientID = "d7eb6419-301c-4ef1-a5e5-8e8bf28a87c0" // native client ID

Expand Down

0 comments on commit 493d981

Please sign in to comment.