-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I want to get the "databaseAttributes" of a AWS SAML2 application using the JumpCloud api - applications_get by passing a particular application_id.
The response contains only 1 parameter - position.
{'position': 1}
But when the same application is queried via postman,a detailed response is received.
GET - https://console.jumpcloud.com/api/applications/<my_application_id>
"databaseAttributes": {
"label": "USER ATTRIBUTES MAPPING:",
"readOnly": false,
"toggle": null,
"tooltip": {
"template": "Dynamic",
"variables": {
"icon": "jc-info-circle",
"message": "(Optional) Configure any user-specific attributes to be sent to the service provider. The value specified must directly reflect the JumpCloud system user property name (e.g., email, firstname, lastname). See the Knowledge Base for exact JumpCloud property names."
}
},
"type": "constantAttributes",
"value": [
{
"name": "https://aws.amazon.com/SAML/Attributes/Role",
"value": "SandboxDevelopers",
"required": false,
"visible": true,
"readOnly": false
},
{
"name": "https://aws.amazon.com/SAML/Attributes/Role",
"value": "SandboxAdministrators",
"required": false,
"visible": true,
"readOnly": false
}
],
"visible": true,
"options": null,
"dependsOnProperty": null,
"mutable": true,
"required": null,
"position": 1
},
Can some one please suggest a solution?
Metadata
Metadata
Assignees
Labels
No labels