GET metadata/well-known

Gets oauth authorization server metadata, describing where the JSON Web Key endpoint can be found. Also exposed under the "well known" url format under the Altinn domain: https://altinn.no/.well-known/oauth-authorization-server

Response Information

No documentation available.

Response body formats

application/hal+xml

No sample

application/hal+json

Sample:
{
	"issuer": "https://altinn.no/",
	"jwks_uri": "https://altinn.no/api/metadata/jwk",
	"response_types_supported": [
		"code"
	]
}