Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

No extensible language will be universal. -- T. Cheatham


devel / comp.lang.python / Testing an app protected by Okta authorization code with PKCE flow

SubjectAuthor
o Testing an app protected by Okta authorization code with PKCE flowGeorge Fischhof

1
Testing an app protected by Okta authorization code with PKCE flow

<mailman.274.1651224719.20749.python-list@python.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18077&group=comp.lang.python#18077

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: geo...@fischhof.hu (George Fischhof)
Newsgroups: comp.lang.python
Subject: Testing an app protected by Okta authorization code with PKCE flow
Date: Fri, 29 Apr 2022 11:31:47 +0200
Lines: 13
Message-ID: <mailman.274.1651224719.20749.python-list@python.org>
References: <CAFwcP0j2unhV_WVEcGTw=s2Vd64ynw-y3eaV5JJ6+V15d4pohg@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
X-Trace: news.uni-berlin.de so7Ys8Mi0BDh9MXyzb0Y5Ap+0OpK4++WXb8kgQ/7dzWQ==
Return-Path: <georgefischhof@gmail.com>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.163
X-Spam-Level: *
X-Spam-Evidence: '*H*': 0.71; '*S*': 0.03; 'folks,': 0.07; 'backend':
0.09; 'subject:app': 0.16; 'subject:code': 0.16; 'problem': 0.16;
'to:addr:python-list': 0.20; 'code': 0.23; 'stuff': 0.25;
'anyone': 0.25; 'seems': 0.26; 'message-id:@mail.gmail.com': 0.32;
'but': 0.32; 'received:google.com': 0.34; 'meaning': 0.35;
'using': 0.37; 'received:209.85': 0.37; 'read': 0.38;
'received:209': 0.39; 'protected': 0.39; 'neither': 0.39;
'received:209.85.222': 0.39; 'george': 0.62; 'saw': 0.65; '(that':
0.84; 'flow?': 0.84; 'hacks': 0.84; 'articles': 0.86;
'from:addr:george': 0.91
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
bh=eoHCxKyDG5BhQDuQxjtwW2ED7zSLy94izBss1IqvRwY=;
b=2gKp0tJ0Jc8XXzOrIYSFiApkibkzsxCsuQC5D9qd5ACoDwREeT4wez7ZDRwxk3bVJr
DIPf6Q1KnrlxOthzrb2fcAVSykcZ486wQbNDipZZgozmrafJCHNvpjq95w+24kUfDnKD
ivj3gsIVRuIItP4YtsDicu29BbSwGsxY/Sinv4y41CNLrmFR0csStNFMB/RDxLoWV/u4
smUl1RFN3Xq5LwTdUPnd8gnCwJ++yHzZrA+PQvxOA/yt3+3qBjm6H1Nma5N9deM5vBNG
PYjfsI0xeCUlD6dSFCGtg1QnQzzqmXbrluOvefCHL+2bhWAxjvYv8AuOrxhAOR7fQBFt
WvCg==
X-Gm-Message-State: AOAM533cly4uuxy9DGxdak+g/TX/7BrRY7o+fyi4OAHfR/Q4sxfE4XzO
XRsSCzH+8KuS/MhwH6d4quEnPfT1yZ23/rF0o3O52NdL5QY=
X-Google-Smtp-Source: ABdhPJz6ivd6O7rAtlPAHUHnTRDAF6K00bvseUtIeTd6rstfcQe4Iqy3Ipq5kVj7KcBRFlAhtgzEWb9sHjetKCYcueE=
X-Received: by 2002:a05:620a:25c6:b0:699:bc86:6c82 with SMTP id
y6-20020a05620a25c600b00699bc866c82mr22531874qko.44.1651224716753; Fri, 29
Apr 2022 02:31:56 -0700 (PDT)
X-Content-Filtered-By: Mailman/MimeDel 2.1.39
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <CAFwcP0j2unhV_WVEcGTw=s2Vd64ynw-y3eaV5JJ6+V15d4pohg@mail.gmail.com>
 by: George Fischhof - Fri, 29 Apr 2022 09:31 UTC

Hi Folks,

has anyone of you a working solution for testing an app protected by Okta
authorization code with PKCE flow?
Meaning to get a bearer token?

I saw / read several articles about it on the net, and several hacks (that
is not problem now ;) ), but it seems that neither of them works with Okta.

We are using Okta's .net backend stuff and Angular widget

BR,
George

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor