Skip to content
Snippets Groups Projects

UiO: Sjekk om fødselsnummer/passnummer er i bruk i IGA

Merged Andreas Ellewsen requested to merge GREG-201-iga-exists-warning into master
All threads resolved!
4 files
+ 86
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 6
0
@@ -341,3 +341,9 @@ DEFAULT_IDENTITY_SOURCE = "greg"
@@ -341,3 +341,9 @@ DEFAULT_IDENTITY_SOURCE = "greg"
# Toggle to prevent verification of NIN from the sponsor frontend.
# Toggle to prevent verification of NIN from the sponsor frontend.
# Introduced to prevent using greg for takeover of existing accounts in IGA.
# Introduced to prevent using greg for takeover of existing accounts in IGA.
DISABLE_NIN_VERIFY = False
DISABLE_NIN_VERIFY = False
 
 
# Iga client config used by identity checking view when checking iga
 
IGA_CLIENT = {
 
"url": "http://example.com/cerebrum/",
 
"headers": {"X-Gravitee-Api-Key": "<KEY>"},
 
}
Loading