4. MojeID Support Implementation¶
This chapter takes you through the details of the individual phases of the communication process that need to be taken into account during the implementation of the support of the protocol. It also describes the prerequisites that need to be met to successfully implement the support.
Important
Due to security reasons, MojeID does not permit displaying of the login page within frames
(<iframe>
).
- 4.1. Implementation via OpenID Connect (OIDC)
- 4.1.1. Overview of Libraries and Modules
- 4.1.2. Implementation Process Overview
- 4.1.3. Client Registration
- 4.1.4. Requesting Login via MojeID
- 4.1.5. Initiation
- 4.1.6. Requesting Identity Authentication
- 4.1.7. Performing Authentication
- 4.1.8. Response to Authentication
- 4.1.9. Requesting Token
- 4.1.10. Requesting Data
- 4.1.11. MojeID LITE Library
- 4.1.12. Identity verification request with a NIA-paired account
- 4.2. Implementation via SAML
- 4.3. Problems with Implementation