# Custom social OAuth provider ## Create custom oauth provider - [POST /resources/sso/custom/v1](https://developers.frontegg.com/ciam/api/identity/custom-social-oauth-provider/customssov1controller_createssoprovider.md): Create a custom social login provider using the OAuth details of the identity provider. Provide the required OAuth parameters in the request body. ## Get custom oauth provider - [GET /resources/sso/custom/v1](https://developers.frontegg.com/ciam/api/identity/custom-social-oauth-provider/ssov2controller_getssoproviders.md): Retrieve the custom social login providers configured in your environment. ## Update custom oauth provider - [PATCH /resources/sso/custom/v1/{id}](https://developers.frontegg.com/ciam/api/identity/custom-social-oauth-provider/customssov1controller_updatessoprovider.md): Update a custom social login provider in your environment by ID. Provide the ID of the custom social login provider and the desired OAuth parameters in the request body. ## Delete custom oauth provider - [DELETE /resources/sso/custom/v1/{id}](https://developers.frontegg.com/ciam/api/identity/custom-social-oauth-provider/customssov1controller_deletecustomssoconfig.md): Delete a custom social login provider in your environment by ID. Provide the ID of the custom social login provider to delete.