Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from fynmanoj/neobank-collection
Browse files Browse the repository at this point in the history
[FINCN-348] neobank-collection
  • Loading branch information
avikganguly01 committed Aug 9, 2021
2 parents 9d1eaed + 5fd79a6 commit ebf5b16
Show file tree
Hide file tree
Showing 2 changed files with 1,592 additions and 0 deletions.
14 changes: 14 additions & 0 deletions keycloak-config/keycloak.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
keycloak.enabled=true
authentication.service.keycloak=true
authentication.service.anubis=false
keycloak.auth-server-url=https://localhost:8180/auth
keycloak.ssl-required=external
keycloak.confidential-port=443
keycloak.realm=keycloak-realm
keycloak.resource=kecloak-client
keycloak.public-client=true
keycloak.principal-attribute=preferred_username
keycloak.bearer-only=true
conf.enableAccountLevelAccessVerification=false
fin.keycloak.realm.publicKey=keycloak-rsa-public-key
keycloak.use-resource-role-mappings = true
Loading

0 comments on commit ebf5b16

Please sign in to comment.