Closed ergec closed 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?
getUserEntityByIdentifier
I get no errors but the token generated has no profile information.
I'm using withClientCredentialsGrant BTW.
withClientCredentialsGrant
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.