OIDC Role Access

Hi @IntegrationSupport, In the default ID There is some roles access here “OIDC and health_locker” Should I need to register my cliend_id for this roles because currently we are in the track of M2.
{
“exp”: 1701866550,
“iat”: 1701844950,
“jti”: “966967cf-cd78-47d4-afe0-8b4c0683ba63”,
“iss”: “https://dev.ndhm.gov.in/auth/realms/central-registry”,
“aud”: “account”,
“sub”: “08268927-d051-47de-a172-2adcbbe9eea6”,
“typ”: “Bearer”,
“azp”: “SBX_002928”,
“session_state”: “ff1bb039-3714-4a55-b87f-b955384ac0c7”,
“acr”: “1”,
“allowed-origins”: [
http://localhost:9007
],
“realm_access”: {
“roles”: [
“hfr”,
“hiu”,
“offline_access”,
“healthId”,
“phr”,
“OIDC”,
“health_locker”,
“hip”,
“hp_id”
]
},
“resource_access”: {
“SBX_002928”: {
“roles”: [
“uma_protection”
]
},
“account”: {
“roles”: [
“manage-account”,
“manage-account-links”,
“view-profile”
]
}
},
“scope”: “openid email profile”,
“clientHost”: “10.233.69.192”,
“clientId”: “SBX_002928”,
“email_verified”: false,
“preferred_username”: “service-account-sbx_002928”,
“clientAddress”: “10.233.69.192”
}

@Abishekbv As you are doing M2, there is no need of OIDC and health locker. This is a part of PHR mobile app.