---
title: /oauth2/register
description: The /oauth2/register endpoint is defined in:
component: pingoneaic
page_id: pingoneaic:am-oidc1:rest-api-oauth2-register-endpoint
canonical_url: https://docs.pingidentity.com/pingoneaic/am-oidc1/rest-api-oauth2-register-endpoint.html
keywords: ["OpenID Connect (OIDC)", "Standards", "Endpoints", "Self-Service"]
page_aliases: ["oidc1-guide:rest-api-oauth2-register-endpoint.adoc"]
---

# /oauth2/register

The `/oauth2/register` endpoint is defined in:

* [OpenID Connect Dynamic Client Registration 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-registration-1_0.html)

* RFC 7591: [OAuth 2.0 Dynamic Client Registration Protocol](https://www.rfc-editor.org/rfc/rfc7591.html)

* RFC 7592: [OAuth 2.0 Dynamic Client Registration Management Protocol](https://www.rfc-editor.org/rfc/rfc7592.html)

Use this endpoint to create, read, update, and delete client application profiles.

Specify the realm in the request URL; for example:

```none
https://<tenant-env-fqdn>/am/oauth2/realms/root/realms/alpha/register
```

The endpoint supports the following HTTP methods:

* `POST`

  Create a client profile.

* `GET`

  Read a client profile.

* `PUT`

  Update a client profile.

* `DELETE`

  Delete a client profile.

Advanced Identity Cloud requires configuration to allow dynamic registration. For details, refer to [Dynamic client registration](oauth2-dynamic-client-registration.html).
