Login working in dev, but not prod for some users

So I’m trying to log into prod with certain accounts, but they don’t seem to work, the accounts work fine in dev where i’m using the same b2c logins (Prod). First i was getting “access denied” then later i was getting “cannot load the app, contact support”.


For clarification! The permissions didn’t change between those 2 screenshots.

Hi,

Looks like it happens after the login, i.e. my guess is that the permissions setup in Dev and Prod are different, or that Dev have undeployed changes.

So, can you verify that prod have been deployed, and that the permission (which roles have access to which envrironment) are the same?

It could be that when using the prod login in Dev, that you are using a oauth 2 value Secret (e.g. the B2C client secret) that is not environment specific?

It’s been deployed to prod, the prod is up to date, the permissions are also fine and and in the I’m able to log into prod with my account, but another account can’t with another role.

This was fixed in DMs :slight_smile:

Hi Haider! Would you be able to share the solution? :slight_smile:

I think we might be experiencing a similar issue where we have two different users with identical roles, and only one of them are allowed to sign in to production

I had a call with Kristian - Appears to have been some sync issues with one of our accounts, and it should be a limited issue

Hello Theo!

My issue was related to the my app and was kind of a special case. I had owner permissions besides the role permission which let me bypass the problem, but the other account only had the user account which made the app crash.

1 Like