You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: