Skip to content

Commit

Permalink
add local copy of keycloak js adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Dec 9, 2024
1 parent 5a22c86 commit deb03c0
Show file tree
Hide file tree
Showing 2 changed files with 2,353 additions and 1 deletion.
2 changes: 1 addition & 1 deletion user_mgmt/static/keycloak.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function(keycloak_url, keycloak_realm){
return {
init: async function() {
try {
await insertScript(keycloak_url+'/auth/js/keycloak.js')
await insertScript('/static/keycloak_js_adapter.js')
_keycloak = new Keycloak({
url: keycloak_url+'/auth',
realm: keycloak_realm,
Expand Down
Loading

0 comments on commit deb03c0

Please sign in to comment.