info
Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.
Access Control
Anonymous users
- Resolve link information without authentication
Authenticated users
- Register and manage identifier schemes
- Register and manage supported link types for identifier schemes
- Register and manage links for specific identifiers within permitted identifier schemes
Authentication
The way in which users authenticate with the Identity Resolver is by providing an API when making a request to the service.
This API key is set when the system is initialise and can be configured by modifying the API_KEY
environment variable within the .env.development
file.
More details on how to configure the system can be found here