Skip to content

Commit

Permalink
And Again (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Mar 28, 2024
1 parent 7fdf27d commit 1e39b32
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn's IdP

type: application

version: v0.1.21
appVersion: v0.1.21
version: v0.1.22
appVersion: v0.1.22

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
2 changes: 1 addition & 1 deletion openapi/server.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ components:
- email
- email_verified
- exp
- familiy_name
- family_name
- given_name
- iat
- iss
Expand Down
126 changes: 63 additions & 63 deletions pkg/generated/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/generated/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (h *Handler) GetWellKnownOpenidConfiguration(w http.ResponseWriter, r *http
generated.ClaimEmail,
generated.ClaimEmailVerified,
generated.ClaimExp,
generated.ClaimFamiliyName,
generated.ClaimFamilyName,
generated.ClaimGivenName,
generated.ClaimIat,
generated.ClaimIss,
Expand Down

0 comments on commit 1e39b32

Please sign in to comment.