Health Repository Registration

Hello everyone!
Greetings of the day!
My client ID: SBX_001307

First time writing here. I have a question regarding the registration URL at health repository. I am unable to register the health repository because I forgot the URL which I gave at the time of registration. Where will I get the registration URL? Do I have to apply for new Client ID again or NHA team will provide the same?

When I am trying with the company url… I am getting an error “Token Verification Failed”
I have tried with the refresh token and new token but the error still the same.
Can someone help me out from this

Hi @Venu you need the specific role to access the URL, please contact your integrator coordinator from NHA or @IntegrationSupport.

Thanks

Hi! My question is regarding request for Integration process. I have registered for HIP. I have got the Client ID SBX_001307 . When I try to Authenticate the Gateway->Updating the Health Repository URL, I am unable to register and getting the error message “Token Verification Failed”. I need to know my Health Repository URL which I am not aware of. Kindly help me how to get this health Repository URL.

@Venu Hi, can you please input the auth token in jwt.io and share with us the output you receive.

Hi Team, This is the response I got
{
“alg”: “RS256”,
“typ”: “JWT”,
“kid”: “AlRb5WCm8Tm9EJ_IfO9z06j9oCv51pKKFknGb_TBvK0”
}

Run session API and insert auth token in jwt.io and send us the response. The response received is incomplete.

{
“alg”: “RS256”,
“typ”: “JWT”,
“kid”: “AlRb5WCm8Tm9EJ_IfO9z06j9oCv51pKKFknGb_TBvK0”
}

{
“exp”: 1679315564,
“iat”: 1679314964,
“jti”: “f321a26c-06e6-4e1b-a9f8-64e8dd01c74e”,
“iss”: “https://dev.ndhm.gov.in/auth/realms/central-registry”,
“aud”: “account”,
“sub”: “9b0cbc85-8258-4d25-9726-96de8a8b8883”,
“typ”: “Bearer”,
“azp”: “SBX_001307”,
“session_state”: “868c0dd8-db3d-4447-9b66-0465da7b077e”,
“acr”: “1”,
“allowed-origins”: [
http://localhost:9007
],
“realm_access”: {
“roles”: [
“offline_access”,
“healthId”,
“OIDC”,
“hip”
]
},
“resource_access”: {
“SBX_001307”: {
“roles”: [
“uma_protection”
]
},
“account”: {
“roles”: [
“manage-account”,
“manage-account-links”,
“view-profile”
]
}
},
“scope”: “openid email profile”,
“clientId”: “SBX_001307”,
“clientHost”: “10.233.69.147”,
“email_verified”: false,
“preferred_username”: “service-account-sbx_001307”,


“clientAddress”: “10.233.69.147”
}