Quantcast
Channel: OAuth – Java Code Geeks

Google Services Authentication in App Engine, Part 2

$
0
0

In the first part of the tutorial I described how to use OAuth for access/authentication for Google’s API services. Unfortunately, as I discovered a bit later, the approach I used was OAuth 1.0, which has apparently now been officially deprecated by Google in favor of version 2.0 of OAuth. Obviously, I was a bit bummed to ...

 


OAuth 2.0 Webapp Flow Overview

$
0
0

In my last few blogs I’ve been talking about accessing Software as a Service (SaaS) providers such as Facebook and Twitter using Spring Social. Some of you may have noticed that my sample code may have been a bit thin on the ground as I’ve being trying to describe what’s going on in the background ...

 

OAuth 2.0 Bearer Token Profile Vs MAC Token Profile

$
0
0

Almost all the implementation I see today are based on OAuth 2.0 Bearer Token Profile. Of course its an RFC proposed standard today. OAuth 2.0 Bearer Token profile brings a simplified scheme for authentication. This specification describes how to use bearer tokens in HTTP requests to access OAuth 2.0 protected resources. Any party in possession ...

 

Why OAuth it self is not an authentication framework ?

$
0
0

Let’s straight a way start with definitions to avoid any confusions. Authentication is the act of confirming the truth of an attribute of a datum or entity. If I say, I am Prabath – I need to prove that. I can prove that with something I know, something I have or with something I am. ...

 

Landscapes in Mobile Application Security

$
0
0

There are different aspects in Cloud and Mobile application security – and in different angles you can look in to it. Within the first decade of the 21st century – internet worldwide increased from 350 million to more than 2 billion and Mobile phone subscribers from 750 million to 5 billion – and today it ...

 

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

$
0
0

In this post I am to share my experience and understandings using WSO2 API Manager(API-M) for a very common and useful scenario in the industry. In brief following is the flow. An API is exposed for app developers to be used under the control of API Manager (which adds access control for the API). Then ...

 

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

$
0
0

A guide to adding Google and GitHub OAuth sign-in to your Java application One of the most recent features that we’ve added to Takipi is 3rd party sign-in. If you’re remotely lazy like I do, then I guess you also prefer skipping on filling up forms and making up new passwords. When available, many people ...

 

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

$
0
0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over and over? Try the Okta API for hosted authentication, authorization, and multi-factor auth. Most OAuth 2.0 guides are focused around the context of a user, i.e., login to an application using Google, Github, Okta, etc., ...

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

$
0
0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over and over? Try the Okta API for hosted authentication, authorization, and multi-factor auth. Building a microservices architecture is possible with minimal code if you use Spring Boot, Spring Cloud, and Spring Cloud Config. Package everything ...

A Quick Guide to OAuth 2.0 with Spring Security

$
0
0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over and over? Try the Okta API for hosted authentication, authorization, and multi-factor auth. When building a web application, authentication and authorization is a must. Doing it right, however, is not simple. Computer security is a ...




Latest Images