gluu

SAML Request Attributes In AuthnRequest

久未见 提交于 2020-03-18 15:57:11
问题 I kind of understand how basic SAML authentication supposed to work: User request resource at SP SP sends auth request to IDP IDP authenticates user and sends back some userId SP sends attribute query to IDP for additional details with userId IDP sends back attributes SP gives user resource My issue is, can you any way bypass AttributeQuery. When I make a SAML 2.0 request to my testing Gluu/Shibboleth server, I get back givenName (firstname) and sn (lastname). Is there anyway I can request

SAML Request Attributes In AuthnRequest

拜拜、爱过 提交于 2020-03-18 15:56:22
问题 I kind of understand how basic SAML authentication supposed to work: User request resource at SP SP sends auth request to IDP IDP authenticates user and sends back some userId SP sends attribute query to IDP for additional details with userId IDP sends back attributes SP gives user resource My issue is, can you any way bypass AttributeQuery. When I make a SAML 2.0 request to my testing Gluu/Shibboleth server, I get back givenName (firstname) and sn (lastname). Is there anyway I can request

How to achieve Role Based redirection after login in Angular-5?

血红的双手。 提交于 2019-12-13 03:53:33
问题 I am new to Angular , and i am using Angular-5 . In my application i have 2 screens/components called ' Admin-Dashboard ' and ' HR-Dashboard '. My default route is /Admin-Dashboard have look at following routes: const routes: Routes = [ { path: 'Admin-Dashboard', component: AdminDashboardComponent, canActivate: [AuthGuard] }, { path: HR-Dashboard', component:HRDashboardComponent, canActivate: [AuthGuard] } // otherwise redirect to home { path: '**', redirectTo: '/Admin-Dashboard', canActivate

SAML Request Attributes In AuthnRequest

自作多情 提交于 2019-12-05 09:51:26
I kind of understand how basic SAML authentication supposed to work: User request resource at SP SP sends auth request to IDP IDP authenticates user and sends back some userId SP sends attribute query to IDP for additional details with userId IDP sends back attributes SP gives user resource My issue is, can you any way bypass AttributeQuery. When I make a SAML 2.0 request to my testing Gluu/Shibboleth server, I get back givenName (firstname) and sn (lastname). Is there anyway I can request inum user id and email in just the AuthnRequest? My request is pretty simple: <samlp:AuthnRequest xmlns