Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [gluu]

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

0 votes
0 answers
21 views

Gluu Oxauth error while creating it in container

I have directly pull the oxauth private image from the docker hub repo (gluu federation) docker pull gluufederation/oxauth:4.5.3-1 root@testing-gluu-installation:/home/jackazjimmy# docker run -p 8500:...
jackazjimmy's user avatar
0 votes
0 answers
12 views

Implementing single sign on with gluu on reportserver

I need to enable SSO on a reportserver using gluu, but the documentation on enabling SSO on reportserver only talks about LDAP. Does anyone have experience trying this? I tried to search on the ...
netanyahoo's user avatar
  • 3,276
0 votes
1 answer
252 views

I'm using AppAuth iOS for login purpose in app. I receives authState nil and error saying "Invalid Client"

Process: User Opens the app. Taps on login. Redirected to login page. User enter credentials. Redirected back to app. Received authState nil and error "Invalid Client". let ...
Engineer's user avatar
0 votes
0 answers
20 views

There is an error at line 1 of your code. Check the node with id Agama-start-Flow : Learning Agama Lab for Gluu policy modification

I am creating the basic authentication policy by referring below link. https://agama-lab.gluu.org/quick-start-guide/ I don't know why I am getting line 1 error even though I haven't added anything to ...
jackazjimmy's user avatar
1 vote
1 answer
769 views

Custom OIDC login page - host on identity server or client application server?

Most IDAM servers (Identity Server 4, Gluu, Cloud services) provide a way to host a login UI on the actually identity server. This login page can be customized so that it can be branded like your ...
Fordy's user avatar
  • 760
0 votes
1 answer
78 views

How to install additional python packages in Gluu

There's a requirement for hashing/cryptography. While User onboarding one of the user's attributes needs to be persisted as a hash and during login the user-provided value must be checked with the ...
Amit Singh Kaira's user avatar
0 votes
2 answers
259 views

Java, Oauth2.0: Can I add a custom property to the authorization process?

I don't know if I worded this question correctly, Spring Security is something I'm not very familiar with. In my spring boot application the login is done with OAuth 2.0 and gluu. So far it works well ...
mackesmilian's user avatar
0 votes
1 answer
250 views

OpenId Connect User Not Logged Out When Using IP Address in End Session URI (discovery document end_session_endpoint) . Using Gluu identity server

When I click logout in a .Net client application I am successfully logged out if the end session end point ("end_session_endpoint" in the discovery document) uses the domain name. For ...
Fordy's user avatar
  • 760
0 votes
0 answers
154 views

Gluu customscrpit in Jython java.lang.NoClassDefFoundError: org/springframework/util/LinkedCaseInsensitiveMap$EntrySet

Hello I am new with Java, Spring, and Gluu here, so correct me If I am wrong :) I am trying to build a jar file library to Support Custom authentication inside Gluu IDP According to documentation, ...
user avatar
0 votes
1 answer
211 views

Web access to Gluu v4.0 server, installed on Ubuntu 20 machine

I have installed Gluu server version 4.0 on an Ubuntu ver.20 powered machine. After running setup script I am able to login to server from command line and according to Gluu docs I should be able to ...
inquisitive's user avatar
0 votes
1 answer
562 views

Is it possible to append a selected value from angular dropdown to gluu url?

Currently i am working on angular as a beginner and my task is to append selected value from dropdown to gluu login page url like this If my Url is like this before append strong text http://localhost/...
Anilkumarr's user avatar
0 votes
1 answer
134 views

OAuth middleware in Laravel

I managed to successfully complete the OAuth flow and gain access token for the user. The OAuth is on a separate server & identity provider (OpenID Connect). Now, I need to add middleware to check ...
chopz's user avatar
  • 381
0 votes
1 answer
217 views

Gluu - How to write/export new local Gluu users to Active Directory LDAP?

I'm new to Gluu and have a question regarding import/export sync with LDAP (active directory). I have a server setup locally and am able to successfully import/sync Users from my Active Directory ...
FP_BB's user avatar
  • 1
0 votes
1 answer
64 views

is oxd server required for asp .net when connecting to gluu server

I'm new to using Gluu Server and I'm trying to make a connection using ASP .NET MVC. Is the only way to connect to the Gluu Server through the oxd server or can I use Identity Model?
Peter Trefren's user avatar
1 vote
1 answer
150 views

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). ...
boggy's user avatar
  • 3,941

15 30 50 per page