souvikint2021
Since I’m a core developer I am unable to do so without a support contract. I can only provide my assistance [for free] within the boundaries of this Forum.
After reviewing the mini orange documentation they should have an Attribute/Role Mapping section somewhere where you can check what attributes to use (or add your own if some aren’t enabled by default). Also, their endpoints look different than yours but I’m assuming it varies depending on the platform; it’s always good to double check though. Lastly, they don’t seem to specify what Scopes to use anywhere online so you may need to ask them what proper scopes to use are. Microsoft for example is https://graph.microsoft.com/.default
, Google is profile https://www.googleapis.com/auth/userinfo.email
, and Okta is openid profile email
if that helps track it down.
Cheers.