César

Results 47 comments of César

> You should be able to get the complete AuthResult with [getauthenticationresult()](https://www.angular-auth-oidc-client.com/docs/documentation/public-api#getauthenticationresultconfigid-string) . Are the scopes on there in your case? You're right, that method does return the scopes and...

Well, like I said, the roles come in the Access Token as expected, they just aren't mapped against the userData that I retrieve with any of the exposed methods from...

To provide some further feedback on this, for the time being I have resorted to use `.getPayloadFromAccessToken()` to pull the data required from the accessToken directly. It would have been...

@vlada-shubina where are the docs for this? Been looking about these changes for days and I can't seem to find any references as the docs I can find are all...

Thanks @baronfel. So for the solution name it's only possible to retrieve it if running the item template from Visual Studio? There's no chance to get the solution name from...

cc @darrensapalo In case you can help on this as well 🙏🏼

No, sorry, I'm still using Keycloak

One question regarding this: will it notify events *after* the transaction has been committed in Keycloak or it happens before it's been committed? I ask this mainly to recognize if...

Hmmm, I think it's all run inside a transaction, per the following documentation (I don't know if this is the most up-to-date one, but it's the most current I found):...

Yeah, my idea was that because the events didn't bring the entire set of data that I might require from some resource (User, Role, etc), that I could pull it...