Skip to content

Commit 3816c40

Browse files
committed
refactor: OIDC tweaking set_and_connect
1 parent f8548f1 commit 3816c40

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

obp-api/src/main/scripts/sql/OIDC/set_and_connect.sql

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@
1111
\set DB_NAME 'sandbox'
1212

1313
-- OIDC user credentials
14-
-- ⚠️ SECURITY: Change this to a strong password (20+ chars, mixed case, numbers, symbols)
14+
-- To be used by a production grade OIDC server such as Keycloak
1515
\set OIDC_USER "oidc_user"
1616
\set OIDC_PASSWORD '''lakij8777fagg'''
1717

18-
-- OIDC admin user credentials (for client administration)
19-
-- ⚠️ SECURITY: Change this to a strong password (20+ chars, mixed case, numbers, symbols)
18+
-- OIDC admin user credentials
19+
-- To be used by a development OIDC server such as OBP-OIDC which will create Clients / Consumers in the OBP Database via the Consumer table.
2020
\set OIDC_ADMIN_USER "oidc_admin"
2121
\set OIDC_ADMIN_PASSWORD '''fhka77uefassEE'''
2222

23-
-- =============================================================================
24-
-- Connect to the OBP database
25-
-- =============================================================================
26-
\echo 'Connecting to OBP database...'
23+
2724
\c :DB_NAME

0 commit comments

Comments
 (0)