2024.2 Series Release Notes¶
5.8.0¶
New Features¶
Add support to OTP in the v3OIDCpassword plugin, to enable this feature, the user must configure the environment variable OS_IDP_OTP_KEY with the name of the OTP key that the Identity Provider expects while generating the access token. E.g. OS_IDP_OTP_KEY=totp
Bug Fixes¶
[bug 2053965] OIDC Device Authorization Flow: In accordance with RFC8628, for public clients that do not have a client_secret, the client_id is included in the request bodies.