google-openidconnect Questions
1
Solved
I have an API Server (Resource server) and multiple apps, Web GUI (SPA) and a Desktop client and maybe more coming.
I'd like to use openid-connect besides http basic authentication for my API Serve...
Felly asked 21/7, 2017 at 16:9
1
Solved
I am trying to add Google and Azure Active Directory authorities as OpenIdConnect options in my application.
If i add each of them separately, it works fine.
But if i add them both i get the follo...
Minelayer asked 3/5, 2017 at 11:33
2
Solved
I'm using Google's OpenIDConnect authentication, and I want to validate the JWT id_token returned from Google. However, the documentation seems inconsistent about what value Google returns for the ...
Dairymaid asked 27/7, 2016 at 16:43
0
I wrote some codes to build web app using Google SignIn.
First, initiallize API platform,
gAuth = gapi.auth2.init( {
client_id: gAuthClientId,
fetch_basic_profile: false,
scope: gAuthScope
} );...
Bellyache asked 12/1, 2016 at 13:57
1
© 2022 - 2024 — McMap. All rights reserved.