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
1
vote
1 answer

Jira SAML Metadata example?

I am trying to get Jira Cloud to integrate with my Gluu server for SSO. Everything I have read requires a metadata file from my SP. Jira does not provide that when setting up SAML. They provide SP Entity ID and SP Assertion Consumer Service URL.…
Cole Mietzner
  • 303
  • 1
  • 5
  • 13
1
vote
1 answer

Gluu redirect after registration

I have just started working with Gluu, and mostly it is working exactly as I want it to. However I am experiencing some difficulties with registration. Currently when a user registeres he/she is redirected to the gluu page. What I would like to…
munHunger
  • 2,572
  • 5
  • 34
  • 63
1
vote
1 answer

How can we pass identity over multiple hops with OpenId Connect / OAuth

We are currently implementing SSO within our organization, have have settled on using OpenId Connect for our authentication protocol (specifically using Gluu). The problem we are running into is passing an identity, that we can prove has been…
aasukisuki
  • 1,186
  • 1
  • 11
  • 33
1
vote
0 answers

GLUU client does not have permission for SCIM requests

I have a client that is making a getUser SCIM request. It successfully can get an access token and RPT, however when it actually comes to the getUser request, I get a response with the status '403 Forbidden' with a ticket as the body of the…
Pottsiex5
  • 487
  • 2
  • 6
  • 19
0
votes
0 answers

Authentication error with AppAuth Android

I´m trying to run my AppAuth Android in my Gluu Server 4.3 installed on my Ubuntu 20, but my app shows a "Failed to retrieve discovery document: Network error. The only changes i do are in the manifest and the json conf The manifest changes: …
sendix
  • 1
0
votes
1 answer

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 website. This works well for security flows so when…
Fordy
  • 720
  • 1
  • 7
  • 11
0
votes
1 answer

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 hash. This is almost the same process done while…
Amit Singh Kaira
  • 119
  • 1
  • 12
0
votes
2 answers

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 and without issue. However, after the user logs…
0
votes
1 answer

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 example, the framework redirects to the identity server (Gluu)…
Fordy
  • 720
  • 1
  • 7
  • 11
0
votes
0 answers

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, Gluu compiles and execute custom script using Jython…
user15459367
0
votes
1 answer

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 access UI from web browser using this pattern…
0
votes
1 answer

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/folder/Home after append the url will…
0
votes
1 answer

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 that the user is authenticated throughout his…
chopz
  • 381
  • 1
  • 5
  • 21
0
votes
1 answer

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 into Gluu locally via LDAP Cache just fine. My…
FP_BB
  • 1
  • 1
0
votes
1 answer

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?