Skip to content

Commit

Permalink
OCM-5397 | fix: adjust claim map for openid-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Jan 17, 2024
1 parent 3390b68 commit 5efd7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/onsi/gomega v1.27.8
github.com/openshift-online/ocm-sdk-go v0.1.391
go.uber.org/mock v0.3.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/square/go-jose.v2 v2.6.0
)

Expand All @@ -29,7 +30,6 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.9.0 // indirect
Expand Down
1 change: 1 addition & 0 deletions pkg/rosa/oidcconfigs/oidcconfigs.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const (
"sub",
"iat",
"iss",
"sub"
]
}`
)
Expand Down

0 comments on commit 5efd7db

Please sign in to comment.