/.well-known/apple-app-site-association
/.well-known/assetlinks.json
/.well-known/webauthn
See Customize associated domains for more information about the endpoints and how to customize them.
Notes:
- You can't update the well-known URI files for the default brand.
- The maximum file size of each well-known URI file is 100 KB.
Retrieves the content of the apple-app-site-assocation
well-known URI
Note: When serving this URI, Okta adds
authsrv
content to provide a seamless experience for Okta Verify. You can't modify the content in theauthsrv
object.
Success
Too Many Requests
{- "authsrv": {
- "apps": [
- "B7F62B65BN.com.okta.mobile",
- "B7F62B65BN.com.okta.mobile.auth-service-extension",
- "B7F62B65BN.com.okta.authenticator.beta",
- "B7F62B65BN.com.okta.authenticator.beta.auth-service-extension",
- "7WXXBW6Z2Y.com.okta.mobile.internalrelease",
- "7WXXBW6Z2Y.com.okta.mobile.internalrelease.auth-service-extension"
], - "key1": "value1",
- "key2": "value2",
- "key3": {
- "key3.1": "value3.1"
}
}
}
Retrieves the content of the assetlinks.json
well-known URI
Success
Not Found
Too Many Requests
[- {
- "key1": "value1"
}
]
Retrieves the content from each of the well-known URIs for a specified brand
Successfully retrieved all the well-known URIs
Forbidden
Not Found
Too Many Requests
{- "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET"
]
}
}, - "apple-app-site-association": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}, - "assetlinks.json": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}, - "webauthn": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}
}, - "_embedded": {
- "apple-app-site-association": {
- "customized": {
- "representation": {
- "authsrv": {
- "apps": [
- "B7F62B65BN.com.okta.mobile",
- "B7F62B65BN.com.okta.mobile.auth-service-extension",
- "B7F62B65BN.com.okta.authenticator.beta",
- "B7F62B65BN.com.okta.authenticator.beta.auth-service-extension",
- "7WXXBW6Z2Y.com.okta.mobile.internalrelease",
- "7WXXBW6Z2Y.com.okta.mobile.internalrelease.auth-service-extension"
], - "key1": "value1",
- "key2": "value2",
- "key3": {
- "key3.1": "value3.1"
}
}
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}
}
}
}, - "assetlinks.json": {
- "customized": {
- "representation": [
- {
- "key1": "value1",
- "key2": "value2",
- "key3": {
- "key3.1": "value3.1"
}
}
], - "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}
}
}
}, - "webauthn": {
- "customized": {
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}
}
}
}
}
}
Retrieves the well-known URI of a specific brand and well-known URI path
Successfully retrieved the well-known URI
Bad Request
Forbidden
Not Found
Too Many Requests
{- "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET"
]
}
}, - "customized": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}
}
}
Retrieves the customized content of a well-known URI for a specific brand and well-known URI path
Successfully retrieved the customized well-known URI content
Bad Request
Forbidden
Not Found
Too Many Requests
{- "representation": {
- "key1": "value1",
- "key2": "value2",
- "key3": {
- "key3.1": "value3.1"
}
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}
}
}
Replaces the content of a customized well-known URI that you specify.
There are endpoint-specific format requirements when you update the content of a customized well-known URI. See Customize associated domains.
Successfully updated the well-known URI of the specified path
Bad Request
Forbidden
Not Found
Too Many Requests
{- "representation": {
- "key1": "value1",
- "key2": "value2",
- "key3": {
- "key3.1": "value3.1"
}
}
}
{- "representation": {
- "key1": "value1",
- "key2": "value2",
- "key3": {
- "key3.1": "value3.1"
}
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "PUT"
]
}
}
}
}