Hi, Everybody :).
I tried to connect to confluence cloud using OAuth2:
This is a POST request body:
{
"grant_type": "authorization_code",
"client_id": "xxxxx",
"client_secret": "xxxxx",
"code":"xxxx",
"redirect_uri":"xxxx"
}
using postman
The response is :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Encountered a 401 - Unauthorized error while loading this page.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Atlassian Cloud Notifications - Page access unauthorized</title>
<link rel="stylesheet" href="/_edge/resources/aui-prototyping.css">
<style>
body {
background: #fff;
}
main {
margin: auto;
padding-top: 120px;
text-align: center;
}
.suggestion {
font-size: 16px;
color: rgb(94, 108, 132);
width: 350px;
padding-top: 20px;
margin: auto;
}
</style>
</head>
<body>
<main>
<img
src="/_edge/resources/images/error-generic.svg"
alt="error icon"
width="120"
/>
<h2>
There was a problem accessing this content
</h2>
<p class="suggestion">
Encountered a 401 - Unauthorized error while loading this page.
</p>
</main>
</body>
</html>
I need your help :)
Thanks :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.