Path: / admin / realms / {realm} / identity-provider / import-config

Path parameters:
realm - realm name (not id!)

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/identity-provider/import-config 
POST /admin/realms/{realm}/identity-provider/import-config 

Method Detail

POST /admin/realms/{realm}/identity-provider/import-config

HTTP Example:
POST /admin/realms/{realm}/identity-provider/import-config
API Example:

IdentityProvidersResource.importFrom({'realm': /* name realm name (not id!) */,
  '$entity': …});

Input:
MultipartFormDataInput
Output:
Map<String,String>
Produces:
application/json
Consumes:
multipart/form-data

POST /admin/realms/{realm}/identity-provider/import-config

HTTP Example:
POST /admin/realms/{realm}/identity-provider/import-config
API Example:

IdentityProvidersResource.importFrom({'realm': /* name realm name (not id!) */,
  '$entity': …});

Input:
Map<String,Object>
Output:
Map<String,String>
Produces:
application/json
Consumes:
application/json