Closed Gunjan6734 closed 9 months ago
I just did some googling and documentation reading for fun in response to your question, so take this with a grain of salt as no actual personal experience is behind it. :)
Authorize… https://fhir.epic.com/interconnect-fhir-oauth/oauth2/authorize
Token… https://fhir.epic.com/interconnect-fhir-oauth/oauth2/token
Complete documentation is here… https://fhir.epic.com/Documentation?docId=oauth2§ion=standaloneOauth2Launch
I just did some googling and documentation reading for fun in response to your question, so take this with a grain of salt as no actual personal experience is behind it. :)
Authorize… https://fhir.epic.com/interconnect-fhir-oauth/oauth2/authorize
Token… https://fhir.epic.com/interconnect-fhir-oauth/oauth2/token
Complete documentation is here… https://fhir.epic.com/Documentation?docId=oauth2§ion=standaloneOauth2Launch
Hi Thanks for the reply But Whenever I am putting these 2 and trying to get the request Then I am getting this response -> Invalid request .
Can you Please help me for this I really need help on this Topic
Double check all of your parameters in the documentation I linked, such as client id, scope, redirect uri.
For example, confirm that your app’s redirect uri has been “registered with the EHR's authorization server by adding it to your app listing”, and that you’ve configured that uri in your app’s manifest
Double check all of your parameters in the documentation I linked, such as client id, scope, redirect uri.
For example, confirm that your app’s redirect uri has been “registered with the EHR's authorization server by adding it to your app listing”, and that you’ve configured that uri in your app’s manifest
I have checked these things and everything seems to be Okay but Still no Results. Sometimes I am able to Login Successfully But it takes me to the Home Page
Very happy to see another community member try to help you out :clap: Unfortunately we don't deal with individual integrations here unless it points to a library problem. You should engage with the identity provider support staff to help you with the particularities of their implementation.
Closing this thread but leaving it unlocked in case you have a library-relevant followup.
AuthorizationServiceConfiguration serviceConfig = new AuthorizationServiceConfiguration( Uri.parse("https://idp.example.com/auth"), // authorization endpoint Uri.parse("https://idp.example.com/token"));