intermine / intermine/intermine-authorization-server

Google configuration in IM Auth Server

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Here are the steps to configure google in IM Auth server:
1. Register IM Auth Server Application on google cloud console.
2. Paste credentials generated by google in social-config.properties file.
3. Disable social.auto.signup if want to redirect the user on sign up page after google login, to get more information.
4. All the configurations for 3rd party OAuth provider(Google) are in SocialConfiguration file so verify them and also make necessary changes if required.
5. "userconnection" table in the database is for only those users who logged to IM Auth server using 3rd party OAuth provider account like google so make sure data is storing in this table using UserConnection model after successful login.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.