Home > Blockchain >  Azure "easy auth" OpenID Connect scope
Azure "easy auth" OpenID Connect scope

Time:02-02

I've tried setting up signaturgruppens eID demo (OIDC) using "Easy auth" in the authentication settings of a .NET function app.

Settings looks like following: enter image description here

Metadata URL enter image description here

I want to add the scopes "openid nemid mitid" but i can't figure out how and where this portal is?

When trying to access a securet endpoint i also get an error has occured because the scope is invalid: enter image description here

So how do i add the scopes?

CodePudding user response:

I found a solution.

Use the azure resource explorer (preview): enter image description here

  •  Tags:  
  • Related