Skip to content

Commit

Permalink
improve OIDC Discovery and Tidy Up (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Feb 28, 2025
1 parent 72cd49a commit b97d2b7
Show file tree
Hide file tree
Showing 10 changed files with 533 additions and 424 deletions.
4 changes: 2 additions & 2 deletions charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's IdP

type: application

version: v0.2.59-rc1
appVersion: v0.2.59-rc1
version: v0.2.59-rc2
appVersion: v0.2.59-rc2

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png

Expand Down
4 changes: 4 additions & 0 deletions pkg/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ func (h *Handler) GetWellKnownOpenidConfiguration(w http.ResponseWriter, r *http
},
ResponseTypesSupported: []openapi.ResponseType{
openapi.ResponseTypeCode,
openapi.ResponseTypeIdToken,
},
ResponseModesSupported: []openapi.ResponseMode{
openapi.Query,
},
TokenEndpointAuthMethodsSupported: []openapi.AuthMethod{
openapi.ClientSecretBasic,
Expand Down
Loading

0 comments on commit b97d2b7

Please sign in to comment.