ego
ego copied to clipboard
OAuth 2.0 authorization service that supports multiple OpenID identity providers
Do not merge
linked to renaming PR: overture-stack/website#378
To reproduce: - using a Google account that does NOT have an existing user in Ego, update your Google Personal Info -> Name info to leave the `Last Name` field...
## Description Operation **POST /o/check_api_key** is expected to check if an apiKey is valid or not. It should return an error whenever an apiKey is not valid or is expired....
Steps how to reproduce the issue: **Prerequisites:** Have an active login session in Ego with a user registered with a Passport broker: 1) EGO JWT token 2) EGO refresh token...
**Description** To be able to configure 1 or more passport brokers based on application.yml configuration only. **Action items** - Add a new column `providerissueruri` to table `egouser` using migrations. -...
Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...
## Detailed Description Given passportBroker and an OIDC token for a user that has authenticated, write a PassportBrokerService that fetches passport. ## Exit Criteria Write a new PassportBrokerService that fetches...
EGO : All Admin access api's should not return HTTP 400 when api key is not provided or invalid and should return HTTP 401 ## Description EGO : All Admin...