Skip to content

[Question]: #2094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cards66 opened this issue Apr 29, 2025 · 0 comments
Open

[Question]: #2094

cards66 opened this issue Apr 29, 2025 · 0 comments
Labels

Comments

@cards66
Copy link

cards66 commented Apr 29, 2025

What Version of the library are you using?
"angular-auth-oidc-client": "^19.0.0"
...

Question
Hi, I'm trying to use the library with Duende and implicit flow.
my config is:
{
"authority": "http://192.168.0.213:5000",
"redirectUrl": "http://192.168.0.213:5200",
"postLogoutRedirectUri": "http://192.168.0.213:5200",
"clientId": "webclient",
"scope": "openid profile",
"responseType": "id_token token",
"silentRenew": false,
"useRefreshToken": false,
"logLevel": 2
}

in browser bar i can see : http://192.168.0.213:5200/#id_token=eyJhbGciOiJSUz and so on
but response from checkAuth is:
accessToken: ""
configId:"0-webclient"
idToken: ""
isAuthenticated:false
userData: null

what can i do? the library logs nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant