GetProviderByID
Returns an identity provider of the instance
curl -X GET "https://loading/idps/templates/string"{
"idp": {
"id": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"state": "IDP_STATE_UNSPECIFIED",
"name": "string",
"owner": "IDP_OWNER_TYPE_UNSPECIFIED",
"type": "PROVIDER_TYPE_UNSPECIFIED",
"config": {
"options": {
"isLinkingAllowed": true,
"isCreationAllowed": true,
"isAutoCreation": true,
"isAutoUpdate": true,
"autoLinking": "AUTO_LINKING_OPTION_UNSPECIFIED"
},
"apple": {
"clientId": "string",
"teamId": "string",
"keyId": "string",
"scopes": [
"string"
]
}
}
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?