mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: oracle cloud integration not working #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ferohers on GitHub.
Reproduction steps
Basic stuff done just like any other service on Oracle cloud. The pocket id opens up and nicely attempts to login however,
I get this error:
There is a problem with your account. Please contact Support
I found the issue might be related to the article given below
https://blogs.oracle.com/coretec/post/oci-sso-with-openid-connect-integration
Probably something not mapping correctly?
Expected behavior
Should login just like any other
Actual Behavior
Gives a generic error.
There is a problem with your Account (splash screen)
Means the OpenID provider Auth was somehow successful but the further steps can not be executed; either the id does not contain the needed values (e.g. mapping), nmappng could not be achieved (no account in OCI IAM), credentials for infophase not authorized, protocols and paramter do not match (get vs post etc.)
Version and Environment
Last version
Log Output
No response
@kmendell commented on GitHub:
This sounds like its on Oracles end so im converting this to a discussion but, Is the username/email the same as what you use to login to oracle?