MFA API Bearer token issue
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 35/100
- Tipo di issue
- Bug
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Ferma
- Stack tecnologico
- ruby
- Ambito
- api, authentication
Direzione di ricerca
Inizia da lib/auth0/mixins/httpproxy.rb#L95 e segui come vengono gestiti gli extra_headers per le richieste POST tramite request_with_retry. Confronta questo percorso con lib/auth0/api/authentication_endpoints.rb e verifica che un MFA Bearer token possa sovrascrivere o fornire l’header della richiesta; il lavoro è completato quando la chiamata API MFA segnalata invia il token previsto.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Checklist
- I have looked into the Readme and Examples, and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
I found what it seems an issue while trying to interact with the MFA API for testing purposes, to test this API I decided to monkey patch the https://github.com/auth0/ruby-auth0/blob/master/lib/auth0/api/authentication_endpoints.rb module, this was the easiest way to interact with the MFA API using existing mechanisms (If this works and is something that makes sense including in the gem I'd love to implement a better solution and create a PR), continuing with the issue and because of how MFA endpoints work when a user does not have an authenticator method, I need to pass the mfa_token I get with the mfa_required error type in the Bearer header, this was not working and after some investigation I figured out that extra headers when making POST API calls do not work, the gem does not take extra_headers into account in that case https://github.com/auth0/ruby-auth0/blob/master/lib/auth0/mixins/httpproxy.rb#L95, I'd like to understand if that's something that makes sense implementing and if that's the case I'm available to create a PR to cover that use case.
Here just a snippet of the monkey patch I described above to associate a new MFA
module Auth0
module Api
module AuthenticationEndpoints
def mfa_otp_associate(client_id: @client_id, client_secret: @client_secret, mfa_token:)
request_params = {
client_id: client_id,
client_secret: client_secret,
authenticator_types: ['otp']
}
request_with_retry(:post, '/mfa/associate', request_params, { 'Authorization' => "Bearer #{mfa_token}" })
end
end
end
end
If the client object already has a Bearer header it will use that one and not the one I'm passing.
Please let me know if you need more information to understand my use case with the MFA API.
Reproduction
There is no easy way to reproduce this without interacting with the MFA API.
Additional context
No response
ruby-auth0 version
5.16.0
Ruby version
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]
- Lingua principale
- Ruby
- Stelle
- 205
- Fork
- 147
- Merge medio
- 5g 14h
- PR unite (30g)
- 7
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di auth0/ruby-auth0
-
Model#initialize drops every `false` value — booleans are silently lost on requests and responses Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
auth0/ruby-auth0#800 · 1 commento ·
-
feature request
Difficoltà 3/5 1-2 giorni Idoneità per principianti 45/100
auth0/ruby-auth0#709 ·
-
bug
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 50/100
auth0/ruby-auth0#610 · 1 commento ·
-
feature request
Difficoltà 5/5 Più di una settimana Idoneità per principianti 32/100
auth0/ruby-auth0#606 · 2 commenti · 1 reazione ·
-
feature request
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
auth0/ruby-auth0#500 · 1 commento ·
Tutte le issue di auth0/ruby-auth0
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Please Drop ruby 3.2 support Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
googleapis/google-api-ruby-client#28001 · 5 reazioni ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100