Skip to content

SSO with Entra ID OIDC authentication not working on mobile app #373

@pwhitney5524

Description

@pwhitney5524

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions