updated the directives for the new issuer API
This commit is contained in:
		
							parent
							
								
									c250ab07f4
								
							
						
					
					
						commit
						b60e9b8fce
					
				@ -1,13 +1,12 @@
 | 
				
			|||||||
{ "terms": [ "oauth3.org/tos/draft" ]
 | 
					{ "terms": [ "oauth3.org/tos/draft" ]
 | 
				
			||||||
, "api": "api.:hostname"
 | 
					, "api": "api.:hostname"
 | 
				
			||||||
, "authorization_dialog": { "url": "#/authorization_dialog" }
 | 
					, "authorization_dialog": { "url": "#/authorization_dialog" }
 | 
				
			||||||
, "access_token": { "method": "POST", "url": "api/issuer@oauth3.org/access_token" }
 | 
					, "access_token":   { "method": "POST", "url": "api/issuer@oauth3.org/access_token" }
 | 
				
			||||||
, "otp": { "method": "POST", "url": "api/issuer@oauth3.org/otp" }
 | 
					, "otp":            { "method": "POST", "url": "api/issuer@oauth3.org/access_token/send_otp" }
 | 
				
			||||||
, "credential_otp": { "method": "POST", "url": "api/issuer@oauth3.org/otp" }
 | 
					, "credential_otp": { "method": "POST", "url": "api/issuer@oauth3.org/access_token/send_otp" }
 | 
				
			||||||
, "credential_meta": { "url": "api/issuer@oauth3.org/logins/meta/:type/:id" }
 | 
					, "grants":         { "method": "GET",  "url": "api/issuer@oauth3.org/grants/:sub/:azp" }
 | 
				
			||||||
, "credential_create": { "method": "POST", "url": "api/issuer@oauth3.org/logins" }
 | 
					, "publish_jwk":    { "method": "POST", "url": "api/issuer@oauth3.org/jwks/:sub" }
 | 
				
			||||||
, "grants": { "method": "GET", "url": "api/issuer@oauth3.org/grants/:azp/:sub" }
 | 
					, "retrieve_jwk":   { "method": "GET",  "url": "api/issuer@oauth3.org/jwks/:sub/:kid.json" }
 | 
				
			||||||
, "authorization_decision": { "method": "POST", "url": "api/issuer@oauth3.org/authorization_decision" }
 | 
					, "callback":       { "method": "GET",  "url": ".well-known/oauth3/callback.html#/" }
 | 
				
			||||||
, "callback": { "method": "GET", "url": ".well-known/oauth3/callback.html#/" }
 | 
					, "logout":         { "method": "GET",  "url": "#/logout/" }
 | 
				
			||||||
, "logout": { "method": "GET", "url": "#/logout/" }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user