Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
2bd67c46
Commit
2bd67c46
authored
Jul 30, 2019
by
Sietse Ringers
Browse files
feat: irma server now supports /getproof endpoint in issuance
parent
9e10ae11
Pipeline
#27331
passed with stages
in 5 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/requestorserver/server.go
View file @
2bd67c46
...
...
@@ -436,6 +436,8 @@ func (s *Server) handleJwtProofs(w http.ResponseWriter, r *http.Request) {
claims
[
"sub"
]
=
"disclosure_result"
case
irma
.
ActionSigning
:
claims
[
"sub"
]
=
"abs_result"
case
irma
.
ActionIssuing
:
claims
[
"sub"
]
=
"issue_result"
default
:
server
.
WriteError
(
w
,
server
.
ErrorInvalidRequest
,
""
)
return
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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