Dossia OpenID FAQ
From Dossia Wiki
Where does my application show up in the Dossia UI?
- Your application will be listed in the "Applications" page for eligible logged in users. (The rules for "eligible logged in users" should be agreed upon between you and Dossia prior to deploying your application in a production environment).
- If your Application uses Dossia OpenID, then a link will be visible in the "Added Applications" section of the Dossia UI when a user installs your application. The "Added Applications" section is currently implemented as a list of links in the left hand menu of the Dossia PCHR.
- If your Application uses Dossia OpenID, and you have provided us with an approved home page iframe url, then your application will render in an iframe on the Dossia PCHR home page.
- If your Application uses Dossia OpenID, and you have provided us with an approved application url, then your application will be accessible by clicking on the link for your application in the "Added Applications section of the Dossia PCHR. This link can launch your application within an iframe (preferred), or it can launch your application in a new browser window/tab.
- Both the application url and the home page iframe url should be able to handle (or gracefully ignore) unsolicited OpenID assertions.
What size is the Dossia Home Page IFrame?
width:500px; height:300px;
Allowing for padding and margins, we recommend you design for a viewport no larger than 480px wide x 280px high.
What size is the Dossia Application IFrame?
width:700px; height:750px;
Allowing for padding and margins, we recommend you design for a viewport no larger than 680px wide x 730px high.
Does my OpenID application have to run in an IFRAME?
No, but we recommend that it does. Running within an IFRAME provides a seamless integration experience for the user. We can also configure your application to run in a new browser window/tab.
Why does my OAuth application not show up in the Added Applications menu?
Your application must provide an OpenID unsolicited assertion url to be included in the "Added Applications" section of the Dossia PCHR. This allows us to provide a seamless experience for the user.
Why does my OpenID application not show up on the Dossia Home Page?
Your application must provide a home page iframe url to be included in the Dossia Home Page. This page SHOULD be able to handle OpenID unsolicited assertions.
