Koppeltaal 2.0 Dev Guide
  • Developer Guide
  • POC (Walking Skeleton)
    • Proof Of Concept
      • Koppeltaal Server
      • Domain Management
      • Auth Server
      • Koppeltaal IdP
      • Domain Access Test Suite
      • Koppeltaal Test Tooling
  • Domain access
    • Joining a domain
    • Role-based access control
      • Autorisation model
      • Creating a role
      • Search Narrowing
      • Revoke Permission
  • Technical HOW-TO
    • Koppeltaal Test Tooling
    • Request Koppeltaal server metadata
    • Connecting to Koppeltaal
      • Requirements
        • Create a key pair
        • Signing the JWT
        • JWKS setup
      • Access to Koppeltaal
    • Managing resources
      • Versioning
      • CRUD Operations
        • Retrieve all Resources
        • Retrieve specific Resource
        • Create a Resource
        • Update a Resource
        • Delete a Resource
      • Subscribing to changes
    • Launching
      • HTI Flow
      • SHOF Flow
      • Compose a launch
      • Initiating a launch
      • Receiving a HTI launch
        • Token introspection
      • Receiving a SHOF launch
    • Detailed technical guidance
  • Hackathon Use Cases
    • Requirements
      • Install and configure Yivi
    • Use-Cases
      • Use-Case 1: Create a Task
        • Create an ActivityDefinition
      • Use-Case 2: HTI Launch
      • Use-case 3: SHOF Launch
      • Use-case 4: Subscribing to changes
  • Useful Links
    • Simplifier Profiles
    • FHIR Docs
    • HTI documentation
    • GitHub
    • Koppeltaal 2.0 Specifications & Architecture
    • Koppeltaal 2.0 Implementation Guide
    • Koppeltaal 2.0 OpenAPI Specs
Powered by GitBook
On this page

Was this helpful?

  1. Domain access

Joining a domain

PreviousProof Of ConceptNextRole-based access control

Last updated 8 months ago

Was this helpful?

To join a domain, a request can be submitted to . After logging in to Domain Management, pages for all roles will be displayed (both management and requesting access). Follow these steps to join a domain:

  1. Navigate to .

  2. Login via the on your mobile device.

  3. Open the tab "AANVRAAG INDIENEN"

  4. Enter the name of you application and its corresponding .

  5. Submit the request.

  6. Open the tab "OVERZICHT".

  7. Assign a role to your newly created application.

  8. Change the status to Approved.

  9. Use the client_id in your application to execute a request.

Koppeltaal recommends all applications to use JWKS endpoints when requesting an access_token.

When applications are tested locally, it is difficult to use JWKS. In that case it is also possible to simply register a public key in PEM format. project can be used to quickly generate a usable key pair for the Koppeltaal POC components.

To test using JWKS locally, handy tools such as can be used.

Topics

Domain Management
Domain management
yivi app
JWKS endpoint
SMART Backend Service
This
ngrok
TOP-KT-019 - Beheer