Introduction
In the OAS document, security schemes describe the type of authenticator being used and how API clients using them must authenticate themselves.
Properties configuration
Depending on the authentication method defined in the OAS document, configure the following possible properties:
- Grant Type: Select the method the application uses to obtain an access token.
- Scopes:
- View allowance templates.
- Create and update allowance templates.
- Delete allowance templates.
- Client ID: The Client ID provisioned by the OpenID provider when the client was registered.
- Client Secret: The Client Secret (password) provisioned by the OpenID provider when the client is registered.
- Code Challenge Method:
- Callback URL: URL to which Auth0 redirects users after they authenticate.
Note
Ensure to provide this Callback URL to your OpenID Connect service.
- Configuration Method:
- OpenID Connect Discovery
- Custom
- Authorization Code:
- OpenID Connect Directory
- Get Authorization Code
- Custom:
- Issuer
- JSON Web Key Set
- Authorization Token Endpoint
- Token Endpoint
- Scopes
- Client Authentication: Select the client authentication type.
- Send as Basic Auth Header
- Send credentials in body
- Headers:
- NAME
- VALUE