angular-oauth2-oidc Questions
4
Currently I'm developing an Angular2 App and want to use a B2C Tenant for authentification. It does not works because I get an error:
Invalid issuer in discovery document expected:
The setup and ...
Inferior asked 30/10, 2017 at 14:25
4
I am using angular-oauth2-oidc with Identity Server 4.
Users need to Login via OpenId Connect Implicit Flow. My Id and Access token are stored in the web browser localStorage.
When user opens mul...
Calica asked 1/8, 2018 at 6:44
3
Solved
I'm using the angular-oauth2-oidc library in combination with the Implicit Flow (with an IdentityServer4 server). I've successfully set up the Silent Refresh suggestion from the docs.
Here's how I...
Nipa asked 16/5, 2018 at 11:54
1
Solved
I am using angular-oauth2-oidc for authentication and I dont know how to get access token. I am using PKCE code flow with this configuraion
authConfig: AuthConfig = {
issuer: 'https://test.com/oa...
Landmark asked 7/2, 2022 at 15:43
4
Solved
I am following the Implicit Workflow example from the angular-oauth2-oidc documentation.
Everything works well in my Angular app, and I can login (during which I am redirected to Identity Server),...
Deviate asked 3/8, 2018 at 11:38
3
Solved
I want to use the code flow with PKCE in my Angular SPA and for convenience I use this library: angular-oauth2-oidc
If you click on the link, it says that with this configuration you will use the c...
Outrelief asked 8/2, 2021 at 12:14
1
I'm using release version of 8.0.4 in my angular 8 project with authorization code flow:
here is the code I have
this.oauthService.configure(authConfig);
this.oauthService.tokenValidationHandler ...
Accustom asked 7/7, 2020 at 16:37
1
Until a few days ago I could use the log out from google account procedure mentioned (among several others) in this link.
The recommended log out URL is similar to:
https://www.google.com/account...
Dacia asked 24/1, 2019 at 11:51
1
© 2022 - 2024 — McMap. All rights reserved.