Create OAuth Client
About OAuth Clients
OAuth clients are used to authenticate applications requesting tokens from the IdP.
- Store secrets securely
- Use unique client IDs
- Rotate secrets periodically
OAuth clients are used to authenticate applications requesting tokens from the IdP.