Access to fetch issue with "Swagger","Spring Webflux" and "Okta"

Hello,

I’m building my jr. portfolio and I ran into a strange issue…
I thought, I already created a Security Config for Swagger, but it’s not working.

I take it from:
Baeldung

Have anyone of you an idea, where my issue is ?

thanks in advance :slight_smile:

Link to my Project:

current branch with the issue “securitytest”

Project

Link to that issue:
issue Swagger

It looks like you need to add a trusted origin for http://localhost:8765. You can do this by logging into the admin console and navigating to Security > API > Trusted Origins.

It’s already presented… I think something in my code is wrong…