Questions tagged [gluu]

Gluu's open source authentication & API access management software for securing Web & mobile applications using OAuth2.

About

The Gluu Server is an identity and access management suite comprised of free open source software (FOSS) components. Some of the software was written by Gluu (everything with an "ox" prefix, like "oxAuth"), and some of the software we forked from existing open source projects like the Shibboleth SAML identity provider, Forgerock community release of OpenDJ, the Asimba SAML proxy, the CAS authentication server and many more components that are part of the Linux distributions.

Links

43 questions
19
votes
3 answers

Gluu vs keycloack vs wso2 identity management

My company is using Auth0 for identity management and we would like to migrate to one of: Keycloak Gluu Wso2 identity management Can you suggest what advantages and disadvantage have any platform? Are there features that stand out for any in…
Klevin Kona
  • 361
  • 1
  • 3
  • 15
7
votes
1 answer

SustainSys.Saml2 on ASP.NET Core 2 - GetExternalLoginInfoAsync() returns null

I'm integrating SustainSys.Saml2, with Gluu server as my IdP. I'm using the scaffolded Identity pages out of the box. When I run in localhost, and I view the console log everything seems to work with the SAML communication, and I even see a couple…
David
  • 2,782
  • 4
  • 31
  • 47
5
votes
2 answers

SAML Request Attributes In AuthnRequest

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…
jn1kk
  • 5,012
  • 2
  • 45
  • 72
3
votes
2 answers

Unable to locate package gluu-server

I am mac user and gluu can't be installed on mac so i tried to install it on ubuntu in Dockerfile: FROM ubuntu:16.04 RUN apt-get update RUN apt-get upgrade RUN apt-get install -y \ curl \ openssl \ ca-certificates RUN…
fateme ghasemi
  • 243
  • 1
  • 4
  • 9
3
votes
1 answer

Spring Security OAuth 2 Resource Server: converting jwks for jwt verification not supporting use==enc

I am trying to implement a service (API) that fulfills the OAuth role of a resource server. We have an Angular client application that implements the implicit flow. We are using GLUU as our OpenID Provider. The client application is able to…
troy
  • 71
  • 9
3
votes
1 answer

How to write a bash script when a login is involved

I am trying to script the installation of Gluu Server with Ansible. I have the following script at the end which is supposed to launch the final setup. The issue is that the script stops after the login and restarts if I…
curuba
  • 527
  • 1
  • 10
  • 29
2
votes
0 answers

how to run gluu by docker? I need a docker-compose sample

can any one help me to run gluu by docker. i can't find any docker-compose. I found this: https://github.com/GluuFederation/gluu-docker but it didn't work (That wasn't straight forward and has some complexity without any useful help and…
fateme ghasemi
  • 243
  • 1
  • 4
  • 9
2
votes
1 answer

Does user managed access (uma) cover row level security

I am trying to evaluate options for securing enterprise api endpoints. The requirement is to be able to secure endpoints at a fine grained data level eg can user 1 access customer 1. Get api.com/customer/1 I have discovered gluu and key cloak but…
vcetinick
  • 1,957
  • 1
  • 19
  • 41
2
votes
1 answer

OIDC with Gluu 3.1.3 and OpenAM 6

INSIGHT: Gluu supports Bearer Authentication for token introspection (accepts bearer token as an authentication header). OpenAM supports Basic Authentication (accepts base64 encoded clientId:ClientSecret as a authentication header) QUESTION: How…
Anand Jain
  • 603
  • 7
  • 20
2
votes
3 answers

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

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:…
Anonymous
  • 1,726
  • 4
  • 22
  • 47
2
votes
1 answer

JSON::JWS::VerificationFailed Exception

I am developing the Single Sign-on (SSO) feature for a system (using OpenID Connect with a Gluu server as the OP). Details of the system are listed as follows: Programming Language: Ruby on Rails Ruby Gem of OpenID Connect: omniauth-openid-connect…
1
vote
1 answer

Is it possible to synchronize the ldap data in gluu with an rdbms?

I've been reading a bit about gluu. It uses an ldap or a couchbase backend. I need some of the user data (at least the immutable user identifier) to be replicated to an RDBMS (let's say postgresql). Is it possible? Also, am I out to lunch trying to…
boggy
  • 3,674
  • 3
  • 33
  • 56
1
vote
1 answer

403 Forbidden on CORS request from local

I am working with Gluu Server and trying to get the OpenID Connect configuration from the /.well-known/openid-configuration endpoint through a CORS/AJAX request (for use with an Angular app). However, when I try to request the endpoint from a…
tfw
  • 353
  • 1
  • 2
  • 13
1
vote
1 answer

Unresolved Gluu Oxd dependency in Sbt

I am working on Sbt project with play-framework and added the following gluu-oxd dependency in Build.sbt file : resolvers += "Gluu repository" at "http://ox.gluu.org/maven" libraryDependencies += "org.xdi" % "oxd-java" %…
Ram123
  • 39
  • 6
1
vote
1 answer

How to use own login pages instead of GLUU custom page?

Any help is appreciated. At present, for both Sign In and Sign Up, I am able to use OpenID Connect (OAuth 2) Authorization Code Flow. But during this process, I have to use the GLUU custom pages. GLUU pages were customized to look like our…
David
  • 504
  • 5
  • 21
1
2 3