Cleaning up the Github OAuth2 login flow by adding userNameAttribute to properties This property helps define for Spring security which field in the OAuth2 user info to read in order to determine the username of the user. This is because this field is non-standard across different OAuth2 implementations. For each new OAuth2 provider that we support, this field will be required. Else the default name field will be picked up by Spring security (which is usually the id of the user). See merge request theappsmith/internal-tools-server!156 |
||
|---|---|---|
| .. | ||
| src | ||
| auth-notes | ||
| pom.xml | ||