Is your feature request related to a problem? Please describe.
With privacy in mind, I'm using an external IDP (keycloak) - when wanting to connect using the mobile android app - the callback uri "oc://android.opencloud.eu" is hardcoded.
Describe the solution you'd like
I would like the IDP callback URI to be dynamic - so when using opencloud hosted instance "https://opencloud.customdomain.com" , the callback is similar to the web uri callback generation:
"redirectUris": [
"https://opencloud.customdomain.com/index.php/apps/user_oidc/code",
"https://opencloud.customdomain.com/*",
"https://opencloud.customdomain.com/oidc-callback.html",
"https://opencloud.customdomain.com/apps/user_oidc/code"
]
Describe alternatives you've considered
The idea is that the external IDP shouldn't have to rely on an external domain uri.
Additional context
A equivalent feature request has been posted for the IOS mobile app.
TASKS
PR