linagora / linshare

LinShare
https://www.linshare.org/
GNU Affero General Public License v3.0
470 stars 86 forks source link

IOS login #327

Open scastromx opened 3 weeks ago

scastromx commented 3 weeks ago

When trying to use OIDC with the IOS app I am getting

Invalid token : Can not find the stored public key to verify the jwt token

It is not clear where to upload the public key of the IdP, found the linshare/webservice/rest/admin/public_keys endpoint but at the server logs the backend still complains about an unknown issuer.

Is the endpoint right?

What would be the proper value for the issuer?

Thanks,

wboudiche commented 1 week ago

Hello, The public key should be collected besed on the issuer URL provided in linshare.properties, can you send your frontend (config.js) and backend (linshare.properties) configuration files ?