Curtis

Results 44 comments of Curtis

Per my previous message, I'll need more context about your configuration and container logs to replicate/assist.

@eamonnfaherty Thank you for your comments. Can you pull the latest docker container from dockerhub again? A new version was created, and the backend should start up properly now.

Hi @adenkang , what version of yarn and node are you using? Can you try upgrading to the latest LTS releases? Here are the versions I have. After upgrading, remove...

Hey @Rayv1 , thanks for the issue! This is because ConsoleMe deletes it's own jwt (session cookie), but it doesn't initiate the logout pattern with Cognito. The page just refreshes,...

Hey @deric4 ! Transitive tags can be scary, especially if we're trusting a user to supply these tags. They could be used to bypass any tagging authorization checks since policies...

demo.consolemeoss.com uses OIDC, but it uses it through ALB Authentication and not directly through ConsoleMe. So first question: Are you using OIDC directly through ConsoleMe (you have `get_user_by_oidc_settings` enabled in...

I see an error from Okta in your chrome inspector (`invalid_scope`), which might indicate that one of your scopes (either email, groups, or openid) is invalid. Here's the scopes of...

First, you mentioned you requested the `group` scope. Note that it is `groups`, and not `group`. Give that a shot. If you can't get groups to work, be aware that...

Sure, it'll be good to document this once we figure out which settings are causing the issue: ![image](https://user-images.githubusercontent.com/7538233/116344294-d8db8780-a79a-11eb-8cc3-3fd960bce2f7.png) For login redirect uris, make sure you have these set: https://YOUR_CONSOLEME_DOMAIN/oauth2/idpresponse and  ...

Hi @lanox , it's not currently possible to restrict a user to only be able to resources from the accounts they are assigned to. It's only possible to filter by...