Hi everyone,
I am trying to add logo to SAML 2.0 app via API and getting the “App instance has no login link to set logo for” error. Examining the output I see only this in applinks section:
“appLinks”: [
{
“href”: “https://xxxxxx.oktapreview.com/home/xxxxxx_prodtest_14/loooooongid”,
“name”: “xxxxxx_prodtest_14”,
“type”: “text/html”
}
],
Is it something I’ve missed while creating the app (with API as well) or logo upload is not supported for SAML 2.0 apps?
Thank you