Skip to content

Commit

Permalink
Release (#20)
Browse files Browse the repository at this point in the history
* Add helm charts

* Rename to identity portal

* Add portal components

* Fix ci

* Fix ci

* Update configs

* Update keycloak realm

* Revert realm to master

* Add service calls and cookies

* Clear request uri on service change

* Fix cookie delete

* Add more service links

* Update ci

* Update ci

* Fix issue

* Fix ci

* Fix scrollbars

* Add refresh token

* Fix dockerfile

* Add offline access

* Revert offline token
  • Loading branch information
daniel-pimenta-DME authored Nov 28, 2023
1 parent be96b9c commit a35f8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/@core/configs/keycloak.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function initializeKeycloak(keycloak: KeycloakService) {
},
initOptions: {
onLoad: 'check-sso',
scope: 'openid offline_access'
scope: 'openid'
}
}).catch(onReject => console.error(onReject));
}

0 comments on commit a35f8d6

Please sign in to comment.