Get the metadata policy for a federation
GET/references/federations/:FederationId/metadata-policy
get the metadata policy for a federation
Request
Path Parameters
Possible values: <= 36 characters
The federation id
Query Parameters
Possible values: Value must match regular expression ^[^<>]*$
, [openid_relying_party
, openid_provider
, oauth_authorization_server
, oauth_client
, oauth_resource
, federation_entity
]
The metadata policy type
Possible values: Value must match regular expression ^[^<>]*$
, [active
, assignable
, pending
, rejected
]
The metadata policy version. Providing a value of '0' returns the latest version
The page number to return of the result set
The size of the pages to return
The field name to sort
Responses
- 200
- 401
- 403
- 404
- 500
- 502
- 504
Paged data of federation metadata policies
Response Headers
x-fapi-interaction-id
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
content
object[]
Possible values: <= 36 characters
, Value must match regular expression ^[^<>]*$
The id of the metadata policy
Possible values: <= 36 characters
The ID of the federation
Possible values: Value must match regular expression ^[^<>]*$
, [openid_relying_party
, openid_provider
, oauth_authorization_server
, oauth_client
, oauth_resource
, federation_entity
]
The type of the metadata policy
The version of the metadata policy
Possible values: Value must match regular expression ^[^<>]*$
The json of the metadata policy
Possible values: Value must match regular expression ^[^<>]*$
, [active
, assignable
, pending
, rejected
]
The status of the policy
pageable
object
Page number
sort
object
orderBy
object[]
Name of the property used for sorting
Possible values: [ASC
, DESC
]
Direction of sort, i.e. ascending or descending
Was the case ignored
Whether ascending
Size of the page
Offset
Is the page sorted
Is this an unpaged response
{
"content": [
{
"ReferenceID": "string",
"FederationID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"Type": "openid_relying_party",
"Version": 0,
"Policy": "string",
"Status": "active",
"CreatedAt": "2024-07-29T15:51:28.071Z"
}
],
"totalPages": 0,
"totalSize": 0,
"pageable": {
"number": 0,
"sort": {
"sorted": true,
"orderBy": [
{
"property": "createdAt",
"direction": "ASC",
"ignoreCase": true,
"ascending": true
}
]
},
"size": 0,
"offset": 0,
"sorted": true,
"unpaged": true
},
"numberOfElements": 0,
"size": 0,
"offset": 0,
"empty": true,
"pageNumber": 0
}
Unauthorized
Response Headers
x-fapi-interaction-id
string
Forbidden
Response Headers
x-fapi-interaction-id
string
Not found
Response Headers
x-fapi-interaction-id
string
- application/json
- Schema
- Example (from schema)
Schema
Validation Error messages
{
"errors": [
"string"
]
}
Internal Server Error
Response Headers
x-fapi-interaction-id
string
Bad Gateway
Response Headers
x-fapi-interaction-id
string
Upstream timeout, insufficient capacity to serve request. More capacity being brought online. Please try again.
Response Headers
x-fapi-interaction-id
string