Google OAuth login

Hi,

Is there any document/example exemplifying authentication with Google login? In your github there is no example nor in the site Documentation, only that it can be done.

Thanks.

You can check the connect to Google Drive blog post.

Hi,

I followed the example and give me an js error "Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: '&redirect_uri'
Error: Cannot match any routes. URL Segment: '&redirect_uri'
at ApplyRedirects.push.../../../../../../Program Files/Radzen/resources/node_modules/@angular/router/fesm5/router.js.ApplyRedirects.noMatchError (router.js:2469)
at CatchSubscriber.selector (router.js:2450)
at CatchSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/operators/catchError.js.CatchSubscriber.error (catchError.js:34)
at MapSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._error (Subscriber.js:80)
at MapSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.error (Subscriber.js:60)
at MapSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._error (Subscriber.js:80)
at MapSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.error (Subscriber.js:60)
at MapSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._error (Subscriber.js:80)
at MapSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.error (Subscriber.js:60)
at TapSubscriber.push.../../../../../../Program Files/Radzen/resources/node_modules/rxjs/_esm5/internal/operators/tap.js.TapSubscriber._error (tap.js:61)
at resolvePromise (zone.js:831)
at resolvePromise (zone.js:788)
at zone.js:892
at ZoneDelegate.push.../../../../../../Program Files/Radzen/resources/node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423)
at Object.onInvokeTask (core.js:17290)
at ZoneDelegate.push.../../../../../../Program Files/Radzen/resources/node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:422)
at Zone.push.../../../../../../Program Files/Radzen/resources/node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:195)
at drainMicroTaskQueue (zone.js:601)"

I also noticed that the "Authorization Url" disappears from the data config file:

In the json file the property does not appear.

thanks

Indeed there appears to be some problem. We will update the thread when we have some info.

new version working fine.

Sorry, forgot to update the thread. The problem with the disappearing Authorization URL was causing the other issue as well. We also updated the blog post as the Google API has changed.