Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a50a90f5 authored by Alen Horvat's avatar Alen Horvat
Browse files

add invocationTarget

parent 53db54d6
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
"description": "Permission instance", "description": "Permission instance",
"type": "object", "type": "object",
"properties": { "properties": {
"invocationTarget": {
"description": "URI where the Authorisation can be consumed.",
"type": "string",
"format": "uri"
},
"scope": { "scope": {
"description": "Scope for which the claims are being defined. Authorisation server MUST understand the scope.", "description": "Scope for which the claims are being defined. Authorisation server MUST understand the scope.",
"type": "string" "type": "string"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment