We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d478f5 commit eb78e14Copy full SHA for eb78e14
1 file changed
apps/model_catalog/src/auth.js
@@ -52,8 +52,8 @@ function checkAuth(main) {
52
if (isStandaloneApp) {
53
console.log('This is a standalone app...');
54
if (isAnonymous) {
55
- console.log('...which is not authenticated, starting app without authentication')
56
- return main(keycloak);
+ console.log('...which is not authenticated, starting login...');
+ return login(YOUR_APP_SCOPES);
57
}
58
if (isAuthenticated) {
59
console.log('...which is authenticated, starting app with authentication');
0 commit comments