You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/groovy/au/org/ala/merit/config/BdrTokenConfig.groovy
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,18 @@ class BdrTokenConfig {
30
30
@Value('${bdr.discovery-uri}')
31
31
String discoveryUri
32
32
33
+
// To allow mocking of the OIDC configuration for testing, we allow unsigned tokens to be used if the property is set to true. This should not be used in production.
0 commit comments