Apinizer can work as an identity provider service in addition to authorization. Clients can generate tokens using Apinizer’s token generation service with their credentials. They can send the generated tokens within the message and perform authentication and authorization through these tokens instead of their own credentials.Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
You can generate OAuth2 or JWT tokens with Apinizer and perform security control in your API Proxies with these tokens.

Apinizer prefers generating JWT tokens through API calls rather than sharing the key value with the client.
To view the description of the JWT token acquisition and OAuth2 token acquisition panel, you can visit the Token Acquisition Methods page.
When acquiring tokens with JWT or OAuth2, if “Manage From This Policy” is selected, the CORS and XFF settings configured from the “Settings” tab of the API Proxy will be valid.However, if this option is not checked, if it is managed through “Credentials”, the CORS and XFF settings you added to the Worker in “Gateway Environments” will be valid. See.

