Delegation Policy
The Delegation policy request endpoint is an API endpoint that receives policy creation requests. The POST body accepts a JWT token: the Policy Creation Request Token.
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
OK: The requested policy is created.
No content
Unauthorized: When Authorization header is either missing, invalid or token has already expired.
Forbidden: This error message is return when a policy creation request could not be processed after rules evaluation. The requested policy does not comply with the rules as set by the Entitled Party.
Server Error: When the Authorization Registry was unable to process the request
No content
Request
Headers
Parameters
Response
Last updated