10fa524540
- refactored SCIM 2.0 server core library - new Domain SCIM resource - simple JWT implementation - enhanced documentation - split out PostfixAdmin SCIM API
27 lines
755 B
JSON
27 lines
755 B
JSON
{
|
|
"id": "938b836a-076e-4938-a04a-3f088c363ff0",
|
|
"name": "scim-env",
|
|
"values": [
|
|
{
|
|
"key": "url",
|
|
"value": "http://localhost:8888",
|
|
"type": "default",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "superadmin_jwt",
|
|
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoiYWRtaW5AbG9jYWxob3N0Lm9yZyJ9.z5j4P09bk7StVda48g9_0Jt0LhopiNhjmmeguQCrVx8",
|
|
"type": "any",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "non_superadmin_jwt",
|
|
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidGVzdEB0ZXN0Lm9yZyJ9.Lu1JcCSUiTRPGeuLgs6k6TG5DgCpuAIyA8IKg_nli5M",
|
|
"type": "default",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"_postman_variable_scope": "environment",
|
|
"_postman_exported_at": "2022-10-07T10:05:35.659Z",
|
|
"_postman_exported_using": "Postman/9.31.0"
|
|
}
|