Configuring your Client#
Tip
For a well-behaving OpenID Connect client, it should suffice to point the client
to https://portal.mnemonic.no
as it should be able to pick up the configuration
settings fromhttps://portal.mnemonic.no/.well-known/openid-configuration
.
Use the client ID generated when defining the OAuth2 Client (UUID)
For clients using Authorization Code Flow, use the client secret specified when defining the OAuth2 Client
Make sure your client originates from the IP range specified, as seen from the Argus API. If your client originates from behind a NAT firewall, this is your official IP address.
Set up the OAuth2 client (when using Authorization Code Flow) to redirect to the IdP on
https://portal.mnemonic.no/spa/authentication/oauth/authorize
Set up the OAuth2 client to use the token endpoint
https://api.mnemonic.no/authentication/v1/oauth/token