VOOZH about

URL: https://www.javacodegeeks.com/tag/oauth

⇱ OAuth Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Andrew HughesMarch 26th, 2019
    4 1,184

    A Quick Guide to OAuth 2.0 with Spring Security

    “I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Matt RaibleMarch 18th, 2019
    0 420

    Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0

    “I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Brian DemersJune 18th, 2018
    1 278

    Build a Spring Boot App with Secure Server-to-Server Communication via OAuth 2.0 and Okta

    “I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…

    Read More »
  • Enterprise Java👁 Image
    Alex ZhitnitskyMay 15th, 2015
    0 315

    Tutorial: How to Implement Java OAuth 2.0 to Sign-In with GitHub and Google

    A guide to adding Google and GitHub OAuth sign-in to your Java application One of the most recent features that…

    Read More »
  • Enterprise Java👁 Image
    PushpalankaFebruary 18th, 2014
    7 311

    Invoking APIs using a Web App with OAuth2 and use of JWT – WSO2 API Manager

    In this post I am to share my experience and understandings using WSO2 API Manager(API-M) for a very common and…

    Read More »
  • Software Development👁 Image
    Prabath SiriwardenaNovember 8th, 2013
    0 180

    Landscapes in Mobile Application Security

    There are different aspects in Cloud and Mobile application security – and in different angles you can look in to…

    Read More »
  • Software Development👁 Image
    Prabath SiriwardenaFebruary 11th, 2013
    1 99

    Why OAuth it self is not an authentication framework ?

    Let’s straight a way start with definitions to avoid any confusions. Authentication is the act of confirming the truth of…

    Read More »
  • Software Development👁 Image
    Prabath SiriwardenaJanuary 23rd, 2013
    0 110

    OAuth 2.0 Bearer Token Profile Vs MAC Token Profile

    Almost all the implementation I see today are based on OAuth 2.0 Bearer Token Profile. Of course its an RFC…

    Read More »
  • Software Development👁 Image
    Roger HughesJuly 3rd, 2012
    0 114

    OAuth 2.0 Webapp Flow Overview

    In my last few blogs I’ve been talking about accessing Software as a Service (SaaS) providers such as Facebook and…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close