Well hello there,
I’m struggling doing something easy I suppose.
We have an SPA using AngularJs 1.8, we want to start using Identity for one of our Api.
My task is making an OAuth using Google in order to be connected via Identity on our Api.
I suppose I will need to retrive a Token, or a cookie saying : You are authentified.
I have install some template from microsoft docs, but template are using Angular2+ and IdentityServer (We do not want to use IdentityServer, just Identity).


I’m struggling to find ressources on AngularJs (I know it’s old, we all know it’s old and we are calculating the cost of migrating to Angular2+).
Do you have by any chance some ressources to achieve what I want ?
SPA > Call Back > Google Google > Identity > SPA
I may be stupid but It’s this flow.
We are already doing something using gapi.auth2, we have a custom service but we want to remove this service because there is to much ligns.
Have a nice week-end
From spa/client perspective https://github.com/IdentityServer/IdentityServer4/tree/main/samples/Clients/src/JsOidc/
From api/server perspective https://github.com/IdentityServer/IdentityServer4/tree/main/samples/Clients/src/APIs/SimpleApi
Thank you I found this github but it use identityserver4.
I was ask to not use identityserver4, I’ll check again!


C# devs
null reference exceptions

source