ezralazuardy / heimdall

Painless OAuth 2.0 Server for CodeIgniter 4 🔥
https://heimdall.lazuardy.tech
MIT License
39 stars 11 forks source link

getUserEntityByIdentifier seems is never been called #7

Closed ergec closed 3 years ago

ergec commented 3 years ago

Hello, First of all thank you very much for Heimdall. Great name for a great library.

CI 4.1.1 and heimdal works great no problem.

I tried to implement OIDC by following these steps https://heimdall.ezralazuardy.com/documentation/oidc#enabling-oidc but seems getUserEntityByIdentifier doesn't even get called at all. Is there something missing in documentation?

I get no errors but the token generated has no profile information.

I'm using withClientCredentialsGrant BTW.