recognizegroup / capacitor-plugin-msauth

Capacitor-wrapper for MSAL libraries. Works on iOS, Android and web.
Other
17 stars 17 forks source link

Web login #18

Open ViiMorales opened 1 year ago

ViiMorales commented 1 year ago

On the project description it says: Capacitor-wrapper for MSAL libraries. Works on iOS, Android and web. also on some issues and releases it's stated that there's a web method working but there's nothing on it on the documentation and when i try to log in via web i get and error like:

MSAL: Error occurred while logging in ClientAuthError: endpoints_resolution_error: Error: could not resolve endpoints. Please check network and try again. Detail: TypeError: Cannot read properties of undefined (reading 'filter')

Could an example how to implement the web functionality be provided on readme?

pavel-nitka commented 8 months ago

@ViiMorales try to add 'knownAuthorities'. For me it helped. image

dandamoodi commented 5 months ago

Hi @ViiMorales / @pavel-nitka , could you please provide the documentation link for web implementation or any sample app link is highly appreciated