Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during SSO authentication: access_denied: Cannot authenticate user '[email protected]' #15

Open
siddushar opened this issue Sep 4, 2024 · 2 comments

Comments

@siddushar
Copy link

siddushar commented Sep 4, 2024

It was working before mac update but it is showing an error after mac update:

Not able to authenticate
I'm using mac device and i was able to install the ovirt gem with following code -
gem install ovirt-engine-sdk -v4.6.0 -- --with-cflags="-Wno-error=incompatible-function-pointer-types -Wno-error=implicit-function-declaration"

connection = OvirtSDK4::Connection.new(
            url: host,
            username: @user,
            password: @pass,
            debug: true,
            insecure:  true,
            log:      Logger.new('example.log')
          )

ruby-3.0.0/gems/ovirt-engine-sdk-4.6.0/lib/ovirtsdk4/connection.rb:476:in create_access_token': Error during SSO authentication: access_denied: Cannot authenticate user '[email protected]': Unable to log in. Verify your login information or contact the system administrator.. (OvirtSDK4::AuthError) from /Users/sh077503/.rvm/gems/ruby-3.0.0/gems/ovirt-engine-sdk-4.6.0/lib/ovirtsdk4/connection.rb:646:in internal_send' from /Users/sh077503/.rvm/gems/ruby-3.0.0/gems/ovirt-engine-sdk-4.6.0/lib/ovirtsdk4/connection.rb:202:in block in send' from /Users/sh077503/.rvm/gems/ruby-3.0.0/gems/ovirt-engine-sdk-4.6.0/lib/ovirtsdk4/connection.rb:202:in synchronize' from /Users/sh077503/.rvm/gems/ruby-3.0.0/gems/ovirt-engine-sdk-4.6.0/lib/ovirtsdk4/connection.rb:202:in send' from /Users/sh077503/.rvm/gems/ruby-3.0.0/gems/ovirt-engine-sdk-4.6.0/lib/ovirtsdk4/service.rb:194:in internal_get' from /Users/sh077503/.rvm/gems/ruby-3.0.0/gems/ovirt-engine-sdk-4.6.0/lib/ovirtsdk4/services.rb:36365:in `list

@siddushar
Copy link
Author

@kbrock do you know how to resolve this.?

@kbrock
Copy link
Contributor

kbrock commented Sep 24, 2024

@siddushar Sorry. I am just focused on compilation and currently do not have access to an ovirt machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants