Questions tagged [oidc-client-js]

Use oidc-client-js for questions related to the certified OpenID Connect (OIDC) JavaScript library

References

200 questions
0
votes
1 answer

Single Page Application with Cookie Based External Identity Provider Login and Token Delegation

How do you create a seamless login flow for a single page application using third party open id connect provider (such as Google or Microsoft) that then generates a new jwt token from an existing one returned by the external provider without…
szahn
  • 183
  • 1
  • 3
  • 11
0
votes
2 answers

Identityserver3 - Select Identityprovider a client should use

I now have identityserver3 setup, i have 3 identityproviders configured: - Local - Google - ADFS I have multiple clients using Oidc-Client-JS (https://github.com/IdentityModel/oidc-client-js). Now i would like to specify which identityprovider…
Raymond
  • 93
  • 7
0
votes
1 answer

Q: Token based auth API and Javascript, can you protect other clientside files from being accessed?

Question If you would use a similar setup as the following examples: Simple WebAPI Javascript OIDCClient and usermanager Would it be possible to protect other clientside files from being accessed? Say for example i have a directory with certain…
Raymond
  • 93
  • 7
-1
votes
3 answers

Oidc redirect to signin-callback.html

I'm stuck on this for the past few days. I'm having an issue authenticating with Oidc, I'm trying to redirect to a signin-callback.html after authentication but I'm unable to call an HTML page directly from my react app, during my research I've seen…
JoelE
  • 169
  • 3
  • 12
-1
votes
1 answer

oidc-client to configure discovery documentation from the local host or other URL

Is their any way to configure discovery document from local host before the login using OIDC-Client in angular 8 application. I have this manager which is a helper call for the OIDC client export class AuthenticationService { @Output()…
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
1 2 3
13
14