Skip to content

Commit

Permalink
Fix issue with application not starting when security.oidc being disa…
Browse files Browse the repository at this point in the history
…bled
  • Loading branch information
matsbov committed Nov 10, 2023
1 parent 7cb5bf0 commit 56be806
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grails-app/conf/spring/resources.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import org.pac4j.core.config.Config

// Place your Spring DSL code here
beans = {
// SBDI: Application won't start without this. It is related to security.oidc.enabled
// being set to false since we don't use it.
myConfig(Config)
}

0 comments on commit 56be806

Please sign in to comment.