A set of plugin configurations that represent how the gateway will perform authentication and authorization for a Product Version. Called “Auth Strategy” for short in the context of portals/applications. The plugins are synced to any Gateway Service that is currently linked or becomes linked to the Product Version.
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AppAuthStrategy",
"title": "AppAuthStrategy",
"x-speakeasy-entity": "ApplicationAuthStrategy",
"description": "A set of plugin configurations that represent how the gateway will perform authentication and authorization for a Product Version. Called \u201cAuth Strategy\u201d for short in the context of portals/applications. The plugins are synced to any Gateway Service that is currently linked or becomes linked to the Product Version.",
"type": "object",
"discriminator": {
"propertyName": "strategy_type",
"mapping": {
"key_auth": "#/components/schemas/AppAuthStrategyKeyAuthResponse",
"openid_connect": "#/components/schemas/AppAuthStrategyOpenIDConnectResponse"
}
},
"oneOf": [
{
"$ref": "#/components/schemas/AppAuthStrategyKeyAuthResponse"
},
{
"$ref": "#/components/schemas/AppAuthStrategyOpenIDConnectResponse"
}
],
"required": [
"strategy_type"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.