59 lines
1.8 KiB
Markdown
59 lines
1.8 KiB
Markdown
---
|
|
name: well-known-routes
|
|
description: Handle 6 OpenAPI operation(s) under /.well-known for the well known route group.
|
|
---
|
|
|
|
# well known API Routes
|
|
|
|
Handle 6 OpenAPI operation(s) under /.well-known for the well known route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### get_well_known_app_authenticator_configuration
|
|
|
|
- Operation ID: `get_well_known_app_authenticator_configuration`
|
|
- Route: `GET /.well-known/app-authenticator-configuration`
|
|
- Mode: READ
|
|
- Summary: Retrieve the well-known app authenticator configuration
|
|
- Parameters:
|
|
- `oauthClientId` in `query` required
|
|
|
|
### get_apple_app_site_association_well_known_uri
|
|
|
|
- Operation ID: `get_apple_app_site_association_well_known_uri`
|
|
- Route: `GET /.well-known/apple-app-site-association`
|
|
- Mode: READ
|
|
- Summary: Retrieve the customized apple-app-site-association URI content
|
|
|
|
### get_asset_links_well_known_uri
|
|
|
|
- Operation ID: `get_asset_links_well_known_uri`
|
|
- Route: `GET /.well-known/assetlinks.json`
|
|
- Mode: READ
|
|
- Summary: Retrieve the customized assetlinks.json URI content
|
|
|
|
### get_wellknown_org_metadata
|
|
|
|
- Operation ID: `get_wellknown_org_metadata`
|
|
- Route: `GET /.well-known/okta-organization`
|
|
- Mode: READ
|
|
- Summary: Retrieve the Org metadata
|
|
|
|
### get_wellknown_ssf_metadata
|
|
|
|
- Operation ID: `get_wellknown_ssf_metadata`
|
|
- Route: `GET /.well-known/ssf-configuration`
|
|
- Mode: READ
|
|
- Summary: Retrieve the SSF transmitter metadata
|
|
|
|
### get_web_authn_well_known_uri
|
|
|
|
- Operation ID: `get_web_authn_well_known_uri`
|
|
- Route: `GET /.well-known/webauthn`
|
|
- Mode: READ
|
|
- Summary: Retrieve the customized webauthn URI content
|