Questions tagged [genexus-gam]

GeneXus Access Manager - A mechanism to provide GeneXus applications a single, centralized scheme for authentication and authorization.

25 questions
2
votes
2 answers

Using Auth0 as Authentication Provider in GAM

I'm currently trying to connect using GAM with a 3rd party authentication provider that is Auth0. It provides many different types of connecting with them, one of which is by using Oauth2. I've followed this article in Genexus Wiki that has some…
2
votes
1 answer

Set default web panel for every role in Genexus

What I want to do is to define restrict access for some users with specific roles, which I did it using the permissions. After the user login successfully, I need to show a specific web panel to the user who has a specific role, in other words, I…
1
vote
1 answer

One Time Password with GAM

I'm trying to set in my Genexus project a "one time password" using the GAM and I'm following this and this pages on the wiki I created the new authentication type Set it as OTP for the local authentication type Added the data for sending the mail…
Nicola
  • 209
  • 1
  • 8
1
vote
0 answers

High TTFB with gam identity provider

I have a project that acts as an Identity Provider (IP) to other "child" projects, I set everything up using gam and ssologin. All of these are created with Genexus, c# The system should work with a click on a page of the IP which leads me to a…
Nicola
  • 209
  • 1
  • 8
1
vote
1 answer

Prohibit multiple GAM connections

I am looking for an option in the GAM to prohibit the connection of the same user from different PCs. The "Allow Multiple Concurrent Web Sessions Security Policy" property works the opposite of what I would like as it destroys the first connection…
Nicola
  • 209
  • 1
  • 8
1
vote
2 answers

Genexus Authentication without using Genexus Access manager

I want to implement authentication in Genexus customly. Is there any way to implement authentication in component without enabling Genexus Access Manager(GAM)?
Tasnim
  • 551
  • 3
  • 9
1
vote
1 answer

Genexus GAM Multiple Applications With one GAM DB SSO

Is there a way to use Single Sign On in GAM for multiple applications using the same GAM Database?
Mario
  • 11
  • 3
1
vote
2 answers

Modify GAMUserName length in GAM database

Is there a way to enlarge GAM UserName's length in GAM database? The idea is to increase from VarChar(100) to VarChar(256). I tried by changing domain GAMUserIdentification from Varchar(100) to VarChar(256), but didn't impact GAM database. I also…
Dan
  • 11
  • 2
1
vote
1 answer

GAM Deploy Tool

When running Gam Deploy Tool in order to update GAM schema (from version 3.0.5 to 3.0.6) I get the following error: 2014-10-23 14:53:42,000 - [INF] Updating table SessionHistoryLogAtt . Started. 2014-10-23 14:53:42,000 - [INF] ERROR in…
0
votes
0 answers

filter to schedule meetings using DateTime in Genexus

I started programming a little while ago and started a project on genexus to schedule meetings for a company, which needs rules so as not to have appointments at the same times. I made the rules using date and they were working, but when I switched…
NoobDev
  • 1
  • 1
0
votes
1 answer

Genexus 17 GAM Platform could not been downloaded from

I need install gamplatforms17u6.exe and don cant by show this erros: GAM Platforms for Genexus 17 Setup Error GAM Platform could not been downloaded from http://dcserver.genexus.com/gam/v17u6/netpostgresql.7z I configurated: Firewall…
0
votes
1 answer

Object reference not set to an instance of an object in genexus

Does anyone encountered this error when you're commiting your changes into genexus server? It looks like it's related to the WorkWithPlus pattern but the project was newly created and I haven't apply any pattern yet. Here's the screenshot:
0
votes
1 answer

Set user to inactive in genexus access manager

I want to set a specific user to inactive in genexus access manager. Is there a way to do that? I saw this link where you can undelete the user but how can you include the deleted user in the grid where you can click a button to undelete him/her?
0
votes
1 answer

Set default role for new user upon registration in genexus

How can we set a default role for new user upon registration in genexus? I have a registration page wherein a new user can create their account on their own. I want to set their default role on that registration process.
0
votes
2 answers

How can I keep alive a GAM session?

I have a webpage that must stay alive for a long time and respond immediately when the user interacts with it. The problem is that after about half an hour the GAM session (I think) expires and when the user interacts he is shown the Login screen. I…
Nicola
  • 209
  • 1
  • 8
1
2