-
Notifications
You must be signed in to change notification settings - Fork 91
Description
I've configured SSO with Entra ID OIDC authentication and it works very well with the user and admin portal of Linshare but I am having difficulties with the mobile app.
Is there official documentation on how to make this work?
Here is my mobileOidc section int eh UI-User config:
mobileOidcEnabled: true,
mobileOidcSetting: {
authority: 'https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxx/v2.0/',
client_id: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
redirect_url: 'linshare.mobile://oauthredirect',
post_logout_redirect_uri: 'linshare.mobile://oauthredirect',
response_type: 'code',
scope: 'openid email profile api://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/linshare-scope',
loadUserInfo: false
},
When selecting to connect to my server, entering the URL and then checking the box that my server requires SSO, I get an unknown error and nothing shows in my Linshare logs in any of my Docker containers.