Get SAML Server
Gets details of SAML app based on SAML app name
Path Parameters
- name string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- name string
SAML name.
- appKey string
Unique key for the SAML app
- description string
SAML description
- enabled boolean
Boolean to indicate whether SAML is enabled.
- autoCreateUser boolean
This auto-creates non-existing user if the user detail match with the identity rule.
userGroups object[]
- nameIDAttribute string
nameID in SAML assertion subject is used to perform login.
userGroup object
createdForCompany object
attributeMappings object[]
identityProviderMetaData object
serviceProviderMetaData object
associations object
{
"name": "string",
"appKey": "string",
"description": "string",
"enabled": true,
"autoCreateUser": true,
"userGroups": [
{
"companyInfo": {
"id": 0,
"name": "string"
},
"userGroupInfo": {
"id": 0,
"name": "string"
}
}
],
"nameIDAttribute": "string",
"userGroup": {
"id": 0,
"name": "string"
},
"createdForCompany": {
"id": 0,
"name": "string"
},
"attributeMappings": [
{
"customAttribute": "COMPANY_NAME",
"SAMLAttribute": "string"
}
],
"identityProviderMetaData": {
"entityId": "string",
"redirectUrl": "string",
"logoutUrl": "string"
},
"serviceProviderMetaData": {
"entityId": "string",
"singleSignOnUrl": "string",
"singleLogoutUrl": "string"
},
"associations": {
"emailSuffixes": [
"string"
],
"companies": [
{
"id": 0,
"name": "string"
}
],
"domains": [
{
"id": 0,
"name": "string"
}
],
"userGroups": [
{
"id": 0,
"name": "string"
}
]
}
}
GET /v4/saml/:name
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/webconsole/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/SAML/:name' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'