I have a question related to this topic.
e.g.:
YunoHost SSO is on login.domain.tld
My Django App is on app.domain.tld
In the Django App i need the domain name / URI of SSO: login.domain.tld
to create login URLs with redirection to back to the app, e.g.: https://login.domain.tld/yunohost/sso/?r=<base64-app.domain.tld-URI>
Exists the YunoHost SSO URI in the scripts as a variables?!?
I didn’t find anything here: Scripts | Yunohost Documentation