Skip to main content

All Questions

2 votes
1 answer
7k views

Keycloak login-status-iframe.html page is in Quirks Mode causing home page stuck?

I have implemented SSO in Angular application via Keycloak using Keycloak-js. Wenn Keycloak server was running on my localhost, everything was fine. Later when we tried a remote Keycloak server then ...
Undertaker's user avatar
0 votes
1 answer
2k views

OAuth2 and SSO with angular-oauth2-oidc won't retrieve access token

here`s my problem I am trying to implement SSO and OAuth2 flow with angular-oauth2-oidc. I can get the right response (the access_token) using POSTMAN and ThunderClient (VS code), but not with Angular ...
Yuri Rech's user avatar
0 votes
1 answer
1k views

post_logout_redirect_uri not working with localStorage in OIDC Auth2.0 client

authority: 'xxx', client_id: this.'xxx', redirect_uri: 'http://localhost:4200/login', response_type: 'code', scope: 'xxx', ...
Zala Nilesh's user avatar
0 votes
2 answers
3k views

How to login using SSO oauth 2.0 and then storing token to run all other API from postman automation script?

I am not able to automate postman script for this procedure: Open postman then in authorization tab select type->OAuth 2.0, Add authorization data->Request Headers and Access token->Get Access Token ...
Riya's user avatar
  • 29
1 vote
0 answers
35 views

How to implement User Management between site and third party Javascript widgets?

Suppose you have a third party JS widget running inside your webiste. When your page is loaded, that widget is also loaded inside your HTML (from a different domain). Also imagine that users can ...
AbuMariam's user avatar
  • 3,608
4 votes
2 answers
1k views

Is it possible to implement Oauth 2.0 without javascript?

On my e commerce site I offer my users openid login. All major providers, except facebook offered an openid endpoint this. Facebook only offered oauth 2.0. For that exception I set up an openid ...
The Surrican's user avatar
  • 29.6k
1 vote
2 answers
792 views

Simple SSO system like Google Identity Toolkit but without the locked UI?

The Google Identity Toolkit is awesome. So clean and easy to set up! Trouble is, it forces you to use its UI, which isn't working for me. Is there anything else out there that will let the visitor ...
designosis's user avatar
  • 5,253