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)
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 yourofficial IP address.
Set up the OAuth2 client to redirect to the IdP on
https://portal.mnemonic.no/spa/oauth/authorize?client_id=021269c5-04c3-4399-a206-32659c489803&redirect_uri=https://my.application/oauth/callback&response_type=code
Currently, the Argus IdP only supports the OAuth2 Authorization Code Flow
Set up the OAuth2 client to use the token endpoint
https://api.mnemonic.no/authentication/v1/oauth/token