Skip to content

Commit

Permalink
Fikset feil i auth provider cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Dec 10, 2024
1 parent 14da7c6 commit 48c5ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "azure"
clientId = "${AZURE_APP_CLIENT_ID}"
discoveryUrl = "${AZURE_APP_WELL_KNOWN_URL}"
[authProviders.claims]
[claims]
map = ["NAVident"]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "idporten"
clientId = "${IDPORTEN_CLIENT_ID}"
discoveryUrl = "${IDPORTEN_WELL_KNOWN_URL}
[authProviders.claims]
[claims]
map = ["acr=idporten-loa-high"]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "tokenx"
clientId = "${TOKEN_X_CLIENT_ID}"
discoveryUrl = "${TOKEN_X_WELL_KNOWN_URL}"
[authProviders.claims]
[claims]
map = ["acr=Level4", "acr=idporten-loa-high"]
combineWithOr = true

0 comments on commit 48c5ac5

Please sign in to comment.