Skip to content

Commit

Permalink
fix: Add signIn resolvers which are now required for auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Aug 16, 2024
1 parent d4711ef commit c0bfd7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ auth:
development:
clientId: ${AUTH_GITHUB_CLIENT_ID}
clientSecret: ${AUTH_GITHUB_CLIENT_SECRET}
signIn:
resolvers:
- resolver: usernameMatchingUserEntityName
# See https://backstage.io/docs/auth/guest/provider
# guest: {}
guest: null
Expand Down

0 comments on commit c0bfd7b

Please sign in to comment.