oauth_client_create
Register an OIDC relying-party client to enable user login and end-session flows. Post-logout redirect URIs default from redirect origins, reducing setup steps.
Instructions
Register an OIDC relying-party client (enableEndSession on; post-logout URIs default from redirect origins)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| public_client | No | ||
| redirect_uris | Yes | ||
| post_logout_redirect_uris | No |