Skip to main content

All Questions

0 votes
0 answers
126 views

Auth0 Single Sign-On (SSO) between Parent and Child Applications with Angular: Authentication State Issue

I have a parent application and a child application, both using Auth0 for user authentication. The goal is to achieve single sign-on (SSO) so that when a user logs in to the parent app, they can ...
Dev Vyaas's user avatar
  • 486
2 votes
2 answers
1k views

Office-Addin MSAL Single Sign In SSO: How to Refresh the Access Token?

How does one monitor the access token for expiry and refresh it in an Office-Addin Single Sign on Solution? MSAL Single Sign On in an Office-Add in is a complicated beast. The access token is obtained ...
JimbobTheSailor's user avatar
0 votes
1 answer
100 views

How to improve non-tenant UX in an Azure AD enterprise app with automatic SSO sign-in?

I have an Angular app that supports Azure AD authentication via a spring security backend. It supports anonymous (non-tenant) access but no other authentication methods. On load, if there is no ...
Dazzie's user avatar
  • 13
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
2 votes
2 answers
825 views

Integration Salesforce and Angular App using Auth0 SSO

The project that I'm working on requires user to login from Salesforce lightening app and redirect it to external page Angular which bypasses the login page of angular and enter to dashboard which is ...
Adnan Fayaz'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
2 votes
1 answer
2k views

Single Sign On (Silent Login) using iframe and postMessage while ITP (Safari)

Short: I need help in SSO in Safari, I'm using iFrame and postMessage logic which is working fine in Chrome and Firefox (PC, Mac, Android and iOS) but the catch is in Safari. I tried Storage Access ...
sivaprakash SJ'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
4 votes
2 answers
5k views

Why angular is not recognizing if a user is logged in with keycloak?

So I'm trying to set up a sso system with keycloak on my angular app. I have downloaded the keycloak library [email protected], setted up a keycloak server at localhost:8080/auth, added the ...
Massimo De Sabbata's user avatar
0 votes
0 answers
124 views

Integrating Express functions to Typescript

So my express functions worked fine in javascript but since Angular has been freaking out from dealing with .js files I'll have to convert them to .ts. Basically I'm making a Service Provider to ...
Kogden's user avatar
  • 46
11 votes
1 answer
20k views

SSO Integration with Angular6 application

I am new to the Angular application. I would need to a suggestion to implement SSO Integration with Angular6 (SPA). I didn't get anything on the net for the complete tutorial. Basically, I am a php ...
Raja's user avatar
  • 3,583
1 vote
2 answers
2k views

Implement ROLE based access in Angular2

I have an angular2 application and i have implemented the Registration and Login Modules. User role and other details are received when login in. Have no idea on how to properly manage access, based ...
Harsha Jayamanna's user avatar
2 votes
2 answers
2k views

How to get header variables passed to my angular 2 application via SSO?

I am new to Angular 2 + NodeJS. I come from .NET. In .NET, I know you would just get the request object and pull the server variables out but in angular 2 it seems you have to some how get the ...
imGreg's user avatar
  • 900
7 votes
1 answer
4k views

Check if Windows Authentication is available with JavaScript

Is there a way to check whether Windows Authentication (Negotiate, Kerberos, NTLM...) is available in the browser (with JavaScript or other methods) without browser prompting for username and password ...
Marko Vodopija's user avatar