single-sign-on

HTTP 403 forbidden error when Use Keycloak to protect a Tomcat App

随声附和 提交于 2020-01-03 17:57:51
问题 I struggled with this error for a whole day. I check my configuration of Keycloak and APP in tomcat again and again and not found a bug. The picture below shows the testing Scenario: The configuration of APP : 1.Keycloak.json was copied from Keycloak console 2.context.xml also right due to it work fine under "localhost" scenario 3.web.xml : <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns

Spring Security and External Application for Authentication (Single-sign-on)

浪尽此生 提交于 2020-01-03 05:49:41
问题 I have a Spring based application that exposes 3 authentication choices for the user. Form based, Facebook Connect and a single-sign on from an external application. I'm not sure of the proper way to authenticate the last option. Application A (Spring Security based) Application B (non-spring based legacy app) Security Flow: -when a secured resource in application A is requested and the user is not authenticated, application A will redirect to application B where the user will be prompted

Single Sign On from WordPress to media wiki

ε祈祈猫儿з 提交于 2020-01-03 04:32:28
问题 I am trying to create Single sign-on from Wordpress to MediaWiki. I have WPOauthServer running on my WordPress (Wordpress plugin). And on my wiki I have Extension:OAuth2 Client installed. I want that my users only log in to WordPress and from there they can go to the wiki without logging to wiki again. The WPOauthServer is working fine, I am using the Grant type Authorization Code . I have tested by using curl and I am able to get the authorization code and using the authorization code I can

SSO for PHP webapp with WSO2 identity server. Authentication Request Failed

半腔热情 提交于 2020-01-02 18:17:29
问题 I´m trying to configure a webapp in PHP for SSO with the WSO2 Identity Server. I can configure a webapp in java and it work ok but php. For PHP I use this: http://support.onelogin.com/entries/268420-saml-toolkit-for-php I´m facing the followig error [IS console]: [2014-03-04 14:58:26,891] DEBUG {org.wso2.carbon.identity.sso.saml.servlet.SAMLSSOProviderServlet} - Query string : SAMLRequest=fVPLbtswELznKwLeZVGyYieEJUB1%2BjDg2oKt9NAbQ 65rARSpcqnG

How to use LDAP Authentication with Grafana and Wamp for Single Sign On?

会有一股神秘感。 提交于 2020-01-02 09:20:07
问题 I am trying to add single sign on for grafana using LDAP, I have come across Grafana documentation for LDAP but I did not understand. Can I get Single Sign On feature using LDAP? If yes, Can somebody give me a step by step procedure to follow to setup single sign on using ldap and grafana. Grafana Version : 5.2.1 OS: WINDOWS Update 1 I have been able to configure LDAP with grafana. Now I'm trying to integrate LDAP with wamp for SSO. In apache error log file I'm getting this error auth_ldap

Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?

こ雲淡風輕ζ 提交于 2020-01-02 02:46:08
问题 I have what I think is a fairly complicated question so I will do my best to articulate it here. I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but have ruled most of them out as I add criteria that they need to meet. Here are the criteria: 1.) The SSO must be added to an existing "system". 2.) The existing "system" consists of "X" number of websites. 3.) All of the "x" websites are e-commerce. 4.) The websites are all owned by company Y, for

Spring required a bean of type 'AuthenticationManager'

核能气质少年 提交于 2020-01-02 02:22:09
问题 I have been trying to follow a tutorial found HERE for setting up a demo to help me understand SSO on my local machine before implementing in another project. I have run into a problem that has left me stuck. I receive and error telling me to add a bean. Please let me know what code I am missing. I cannot get the program to run. Tree of file system AuthApplication.java package com.spud.auth; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot

What are the different ways to authenticate two different server securely apart from OAuth and SAML?

空扰寡人 提交于 2020-01-01 19:26:06
问题 Background: I want to integrate SSO in my existing application with my client's application and client IDP does not support any SAML and OAuth standards. Problem Statement: I'm looking for a custom solution where if any client application simply opens a link of my application then my application must be able to recognise that user/client and should auto logged-in into my application. Though, I've done enormous research before asking this question in this forum: My findings so far: Some of my

SSO from ADAL in WPF Client to ADFS 3.0 on Windows Server 2012 R2

旧巷老猫 提交于 2020-01-01 14:21:39
问题 I am trying to write an WPF client which uses ADAL to authenticate against ADFS on a Windows Server 2012 R2. I have successfully implemented this using "Forms Authentication" where the user is prompted for the domain username and password. However, I want to take advantage of SSO and use the currently logged on domain user to authenticate against the ADFS. Unfortunately, I'm only getting an error message saying: This method overload is not supported by '< ADFS servername>' I have done a lot

SSO from ADAL in WPF Client to ADFS 3.0 on Windows Server 2012 R2

和自甴很熟 提交于 2020-01-01 14:21:04
问题 I am trying to write an WPF client which uses ADAL to authenticate against ADFS on a Windows Server 2012 R2. I have successfully implemented this using "Forms Authentication" where the user is prompted for the domain username and password. However, I want to take advantage of SSO and use the currently logged on domain user to authenticate against the ADFS. Unfortunately, I'm only getting an error message saying: This method overload is not supported by '< ADFS servername>' I have done a lot