Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
c95a769a
Commit
c95a769a
authored
Dec 16, 2015
by
bobbyrullo
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #213 from ericchiang/naming_fix
Godeps: update github.com/coreos/go-oidc/oidc to fix field name
parents
35dfd8ad
271822bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Godeps.json
Godeps/Godeps.json
+5
-5
provider.go
..._workspace/src/github.com/coreos/go-oidc/oidc/provider.go
+1
-1
No files found.
Godeps/Godeps.json
View file @
c95a769a
...
...
@@ -21,23 +21,23 @@
},
{
"ImportPath"
:
"github.com/coreos/go-oidc/http"
,
"Rev"
:
"
024cdeee09d02fb439eb55bc422e582ac115615b
"
"Rev"
:
"
48e2a9be3918af3299c4b390399346447eefea22
"
},
{
"ImportPath"
:
"github.com/coreos/go-oidc/jose"
,
"Rev"
:
"
024cdeee09d02fb439eb55bc422e582ac115615b
"
"Rev"
:
"
48e2a9be3918af3299c4b390399346447eefea22
"
},
{
"ImportPath"
:
"github.com/coreos/go-oidc/key"
,
"Rev"
:
"
024cdeee09d02fb439eb55bc422e582ac115615b
"
"Rev"
:
"
48e2a9be3918af3299c4b390399346447eefea22
"
},
{
"ImportPath"
:
"github.com/coreos/go-oidc/oauth2"
,
"Rev"
:
"
024cdeee09d02fb439eb55bc422e582ac115615b
"
"Rev"
:
"
48e2a9be3918af3299c4b390399346447eefea22
"
},
{
"ImportPath"
:
"github.com/coreos/go-oidc/oidc"
,
"Rev"
:
"
024cdeee09d02fb439eb55bc422e582ac115615b
"
"Rev"
:
"
48e2a9be3918af3299c4b390399346447eefea22
"
},
{
"ImportPath"
:
"github.com/coreos/pkg/capnslog"
,
...
...
Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/provider.go
View file @
c95a769a
...
...
@@ -36,7 +36,7 @@ type ProviderConfig struct {
ResponseTypesSupported
[]
string
`json:"response_types_supported"`
GrantTypesSupported
[]
string
`json:"grant_types_supported"`
SubjectTypesSupported
[]
string
`json:"subject_types_supported"`
IDTokenAlgValuesSupported
[]
string
`json:"id_token_alg_values_supported"`
IDTokenAlgValuesSupported
[]
string
`json:"id_token_
signing_
alg_values_supported"`
TokenEndpointAuthMethodsSupported
[]
string
`json:"token_endpoint_auth_methods_supported"`
ExpiresAt
time
.
Time
`json:"-"`
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment