Showing posts with label Spring BOOT. Show all posts
Showing posts with label Spring BOOT. Show all posts

Tuesday, January 5, 2021

Github and Facebook - OAuth Login and Spring boot

https://www.youtube.com/watch?t=2&v=CWiwpvpCrro&feature=youtu.be

https://start.spring.io/   [Spring Initializer]





Add a New Application ID in Facebook and add its details in Spring boot 

application.yml 

Highlighted Yellow below for Github

By this Spring comes to know where to authenticate , 
Who is requesting Authentication on behalf of User


spring:
  security:
    oauth2: 
      client:     
        registration:
          github:
            clientId: github-client-id 
            clientSecret: github-client-secret





Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass