single-sign-on

configure WSO2 IS server to send token in pre-configured format instead of SAML response?

為{幸葍}努か 提交于 2020-01-17 02:19:48
问题 I am using WSO2 Identity management server(WSO2 IS) for SSO . Once user is authenticated ID server sends the SAML response to webapp. I want WSO2 IS to send token in pre-configured format(like user_name and user_role) to be sent instead of SAML reponse. 回答1: WSO2IS acts according to the SAML2 SSO specification, Therefore username and user's attributes can be found inside the SAML2 Assertion as attribute statement. There is no flexibility to customize it. But, if you do not like SAML2 SSO (As

How to grab serialized in http request claims in a code using WIF?

僤鯓⒐⒋嵵緔 提交于 2020-01-15 11:54:48
问题 ADFS 2.0, WIF (WS-Federation), ASP.NET: There is no http modules or any IdentityFoundation configuration defined in a web.config (like most WIF SDK samples show), instead everything is done via program code manually using WSFederationAuthenticationModule, ServiceConfiguration and SignInRequestMessage classes. I do http redirect to ADFS in a code and it seems to work fine, returning claims and redirecting user back to my web site with serialized claims in http request. So the question is how

Application '' is not configured as a multi-tenant application

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-15 03:47:08
问题 I am trying to develop a single-tenant application and I am receiving the following error message when signing in: "Application '(app ID)' is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant." I verified in the Azure AD portal, under the 'App Registrations' => 'Authentication' => 'Supported Account Types' section, that the

signin user upon clicking the link in email automatically in rails application?

青春壹個敷衍的年華 提交于 2020-01-14 06:05:55
问题 I have a User model in my rails application. which is a "devise" model. i have one form called "user-info" form this form can be available once the user logs into the system. i have one admin login in which an admin can send the link to the user email like fill the "user info" by clicking a button . once the user clicks the button i want the user to login into the system automatically without redirecting to the login page. and should be navigated to the user-info form. i have an idea of

Single Sign on using Shibboleth

时光怂恿深爱的人放手 提交于 2020-01-13 19:55:16
问题 I have to implement Single Sign On in my .NET(3.5) project using Shibboleth . Detailed requirement goes this way: 1) I have developped a web application using .NET (3.5) named "abc.com". 2) There are some third party applications which will be launched from "abc.com" 3) If I have logged in to "abc.com" and now if I launch any of the supported third party applications then it should not ask for login information again. From last few days I have been reading Shibboleth from https://spaces

Single Sign on using Shibboleth

北城以北 提交于 2020-01-13 19:53:28
问题 I have to implement Single Sign On in my .NET(3.5) project using Shibboleth . Detailed requirement goes this way: 1) I have developped a web application using .NET (3.5) named "abc.com". 2) There are some third party applications which will be launched from "abc.com" 3) If I have logged in to "abc.com" and now if I launch any of the supported third party applications then it should not ask for login information again. From last few days I have been reading Shibboleth from https://spaces

IdentityServer4 authenticate each client separately

帅比萌擦擦* 提交于 2020-01-13 19:29:50
问题 I use two different clients. The IdentityServer4 provides API protections and log in form. Can I configure clients to avoid single sign on. I mean that even if I logged in the first client I need to log in the second client too. My ID4 configuration: internal static IEnumerable<Client> GetClients(IEnumerable<RegisteredClient> clients) { return clients.Select(x => { var scopes = x.AllowedScopes.ToList(); scopes.Add(IdentityServerConstants.StandardScopes.OpenId); scopes.Add

IdentityServer4 authenticate each client separately

不想你离开。 提交于 2020-01-13 19:29:11
问题 I use two different clients. The IdentityServer4 provides API protections and log in form. Can I configure clients to avoid single sign on. I mean that even if I logged in the first client I need to log in the second client too. My ID4 configuration: internal static IEnumerable<Client> GetClients(IEnumerable<RegisteredClient> clients) { return clients.Select(x => { var scopes = x.AllowedScopes.ToList(); scopes.Add(IdentityServerConstants.StandardScopes.OpenId); scopes.Add

Single sign on in Wordpress multisite

元气小坏坏 提交于 2020-01-13 16:58:11
问题 I have site.com, blog1.site.com , blog2.site.com and etc., installed as WP Multisite using sinlge database. How can I make same user logged in one of my sites automatically logged in when visit any other site from network? I have tried frontend SSO plugin, but it seems not working. 回答1: WPMU Domain Mapping plugin can do it. It allows you to map domains to your network sites and do single sign on for all sites available for an user. Pay attention that this plugin is not free. 来源: https:/

Can Facebook's “Single Sign On” be achieved within a mobile web app?

守給你的承諾、 提交于 2020-01-13 13:12:40
问题 It's my first posting on here (although I've been using this site for reference for quite some time). I've been trying for several days now to find or dream up a way to use Facebook's "Single Sign On" from within a mobile web app (not a native iOS or Android app) to automatically sign a user into a web app if they are already logged into Facebook from the native Facebook app on their mobile device for example. My limited knowledge is telling me that it can't be done since the mobile browser