-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cd25d3
commit 49b2720
Showing
4 changed files
with
68 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,14 @@ To access Altinn's API, the service owner needs the following | |
|
||
This can be ordered from Altinn [email protected] | ||
|
||
When API scopes are assigned to the organization, an integration in Maskinporten can be set up and assigned the scopes. | ||
|
||
By authenticating against Maskinporten with the relevant client, one then receives a token that is authorized for these APIs. | ||
|
||
This Maskinporten token must be exchanged for an Altinn token. | ||
|
||
The setup of the Maskinporten client and the exchange process are described [here](/api/authentication/maskinporten/). | ||
|
||
## Set up access management in your own application | ||
|
||
In the application that offers the service, the service owner must set up access management for when users access functionality | ||
|