What is Heimdall?
Heimdall is our authentication service it supports modern standards like OpenID Connect and OAuth 2 0 and makes it easy to integrate with our APIs When you have onboarded you ll get a unique and that you can use to issue tokens from Heimdall The token is scoped to the services you need so you can use the same token for multiple services For using our API s you need to use the OIDC flow which means that you provide your and to Heimdall and in return you ll get a token that you can use to access our API s sequenceDiagram participant Client participant Heimdall participant LOOKUP participant VALIDATOR participant API Client >>Heimdall Request token Heimdall >>Heimdall Issue token with scopes Heimdall >>Client Return token Client >>LOOKUP Use token to check any PEPPOL participant Client >>VALIDATOR Use token to validate your business documents Client >>API Use token to send or receive business documents client_id client secret client_credentials client_id client_secret