I'm not quite following, but I tried the following:
# Open
http://localhost:8080/auth/admin/master/console/#/realms/master/clients
# Logout
# Add terms and condition required action to user
# Login
# Decline terms and condition
# Routed back to login page as admin console requires authenticated user
# Login
# I'm now on #/realms/master/clients, so the fragment doesn't seem to be
lost as part of rejecting terms and conditions
On 7 March 2016 at 13:19, Adrian Matei <adrianmatei(a)gmail.com> wrote:
Hi everyone,
Has any of you experienced the following behavior:
we have an AngularJS app with some of its resources protected by Keycloak
- setup:
var auth = {};
angular.element(document).ready(function () {
var env = 'keycloak';
var keycloakAuth = new Keycloak(env + '.json');
keycloakAuth.init({onLoad: 'check-sso'})
.success(function () {
auth.authz = keycloakAuth;
module.factory('Auth', function() {
return auth;
});
angular.bootstrap(document, ["client_id"]);
}).error(function () {
});
});
Everything works as expected, except that in the registration process if
the user does NOT accept the "Terms and Conditions" the page where it came
from, present in the redirect_fragment is not rendered - but it is being
rendered when I refresh the page as expected...
Thanks,
Adrian
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user