Skip to content

Commit

Permalink
STS-190 Angular 18, fix custom storage provider
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Jul 2, 2024
1 parent a428f67 commit 6cce6e3
Show file tree
Hide file tree
Showing 61 changed files with 21,708 additions and 2,647 deletions.
3 changes: 1 addition & 2 deletions dev.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.1'
services:
keycloak:
build: ./keycloak-storage-provider
Expand All @@ -9,7 +8,7 @@ services:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin123
ports:
- "8080:8080"
- "8180:8080"
- "8787:8787"
command:
- "start-dev"
Expand Down
10 changes: 5 additions & 5 deletions keycloak-config/moped.json → keycloak-config/dev/moped.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"priority": 0,
"flowAlias": "ad browser forms",
"userSetupAllowed": false,
"autheticatorFlow": true
"authenticatorFlow": true
}
]
},
Expand All @@ -35,14 +35,14 @@
"requirement": "REQUIRED",
"priority": 0,
"userSetupAllowed": false,
"autheticatorFlow": false
"authenticatorFlow": false
},
{
"authenticator": "auth-otp-form",
"requirement": "OPTIONAL",
"requirement": "ALTERNATIVE",
"priority": 1,
"userSetupAllowed": false,
"autheticatorFlow": false
"authenticatorFlow": false
}
]
},
Expand All @@ -58,7 +58,7 @@
"requirement": "REQUIRED",
"priority": 20,
"userSetupAllowed": false,
"autheticatorFlow": false
"authenticatorFlow": false
}
]
}
Expand Down
Loading

0 comments on commit 6cce6e3

Please sign in to comment.