nodriver-ai/flutter_azure_b2c

Access Token returns null value

Closed this issue · 5 comments

I tried using this package for flutter web and just used the example project code itself, login was successful in web and also it displayed userinfo error handling in source code of the package .
But when i request for access token it gives me null value.

Hi! in the example in order to acquire the access token you should first press on the userinfo button to retrieve the subject of the user. This subject is a string that is used to discriminate among different logged users.

""" it displayed userinfo error handling in source code of the package """

Sorry, I didn't understood this sentence. Do you have any error? Could you please copy/paste directly the error?

You're welcome! Yes you should disable any implicit grant and flow flag in the authentication panel...

""" expireson timestamp parsing """

I remember I had some issues with this in the past and for us now is working. Whenever you have time could you please better describe the issue you had and post your solution? Thank you!

v0.0.5 definitely solved the problem.