WSO2 Identity Server, part of WSO2’s CIAM suite, is the market’s leading open-source CIAM solution. It provides modern identity and access management capabilities that can be easily built into your organization’s customer experience (CX) applications, or even deployed to fulfill workforce IAM requirements. WSO2 Identity Server Site
Questions tagged [wso2-identity-server]
2959 questions
6
votes
2 answers
WSO2 Identity Server startup error - Error in initializing thrift transport
I just installed WSO IS and receive this error when starting the server.
ERROR {org.wso2.carbon.identity.entitlement.internal.EntitlementServiceComponent}
- Failed to initialize Entitlement Service
ERROR…

user2463479
- 79
- 5
6
votes
2 answers
WSO2 Identity Server and SSO for custom application
We're currently evaluating the WSO2 Identity Server and I got a few questions about it:
Could the Identity Server be used as an SSO provider for custom applications deployed (just like CAS)? Is there a client API to access the server…

Adrian Mitev
- 4,722
- 3
- 31
- 53
5
votes
1 answer
Remove security only for some requests wso2 api manager
Is it possible to remove security for some specific requests in my api list using WSO2 API manager version 3.
For example, I have following requests
/customer - post
/products - get
/customer/address - get
In my case I don't need security for…

CLIFFORD P Y
- 16,974
- 6
- 30
- 45
5
votes
2 answers
WSO2 Identity Server - Carbon cannot execute Java
I'm using Ubuntu 16.04 64-bit. I installed Oracle JDK jdk1.8.0_144 in /usr/local/java and set the symlinks as below.
$ sudo update-alternatives --install "/usr/bin/java" "java" "/usr/local/java/jdk1.8.0_144/jre/bin/java" 1
$ sudo update-alternatives…

kovac
- 4,945
- 9
- 47
- 90
5
votes
1 answer
Unable to issue valid access token from WSO2 IS 5.0.0
I am running WSO2 IS 5.0.0. I have the SP for IS 5.0.0 applied along with all the other security patches issued for that version for Identity Server and Carbon 4.2.0. My environment consists of 4 machines that are creating a cluster (using the WKA…

Mariyan Stefanov
- 289
- 3
- 13
5
votes
1 answer
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake Java 6 to Java 7
I have this exception
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:882)
at…

Giordano Maestro
- 341
- 1
- 5
- 9
5
votes
1 answer
Refresh token returns invalid grant type
I'm trying to refresh the access token (based on https://docs.wso2.com/display/IS510/Refresh+Token+Grant) obtained from wso2 identity server; the server returns an invalid grant type response
{
"error": "invalid_grant",
"error_description":…

Hank
- 51
- 1
- 4
5
votes
2 answers
Can't validate access token via OAuth2/OpenID Connect with prompt=none parameter on WSO2 Identity Server
An according to OpenID Connect Core 1.0 specification, if authentication request contains parameter prompt with value none, server must process it the following way:
The Authorization Server MUST NOT display any authentication or consent user…

lester
- 576
- 3
- 7
5
votes
2 answers
WSO2 identity server email as username
We are currently evaluating the WSO2 Identity server. We want to use email address as an username. By default the username is 30 characters, it is not long enough. And it must support both . and @ in the username. Is there an way to configure this?…

yannb
- 109
- 8
5
votes
1 answer
WSO2 Identity Server SAML SSO return url
Is it possible somehow to pass a return url to the Identity Server when performing a SAML SSO and have that url posted back to my assertion url when the user authenticates successfully?

Adrian Mitev
- 4,722
- 3
- 31
- 53
5
votes
2 answers
How can I refresh SAML assertion information from an WSO2 identity server?
I'm building SAML 2.0 based authentication to a web application. The authentication is done against an WSO2 Identity Server (WSO2-IS). I have managed to get the actual authentication working using HTTP redirects. However now I'm having issues trying…

Pauli Kaila
- 53
- 1
- 3
5
votes
1 answer
WSO2 Identity Server managing users and roles through API
I need to create and manage users in WSO2 Identity Server 3.2.3 through API, I've tried the code sample from http://blog.facilelogin.com/2010/05/managing-users-and-roles-with-wso2.html but is out of date. Is there any way of managing users and roles…

Stepan Bahdikyan
- 358
- 2
- 11
4
votes
1 answer
CORS blocked in wso2 identity server
I use WSO2is 5.7.0 with my angular 6 app, i tried make api call from my app but i have a cors error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at
I already activated the cors enabled in oauth and…

Brygom
- 818
- 1
- 12
- 31
4
votes
1 answer
WSO2 Identity Server multiple callback URLs breaks checksession endpoint
I'm having an issue configuring multiple callback urls for a Service Provider in WSO2 Identity Server. This process is necessary for my team to support SLO (Single Logout) with a post logout redirect url.
Callback URL Configuration
The WSO2 online…

user2442678
- 101
- 7
4
votes
1 answer
WSO2 IS 5.1.0 - Error while updating Service Provider using Soap
While updating permissions to service provider, sometimes leaf nodes are not getting deleted.
For example,
following permissions exist in Service Provider,
BILL/ADD
BILL/REMOVE
REPORT/ADD
REPORT/REMOVE
on update with only following permission,…

sarav
- 228
- 1
- 7