Skip to content

AuthenticationExtensionsClientOutputs is missing getCredProps() #3054

@relan

Description

@relan

Is your feature request related to a problem? Please describe.
Firefox 143.0 makes use of this API. We use microG for a free/libre builds of Firefox.

Describe the solution you'd like
Would like to see this API implemented.

Describe alternatives you've considered
The removal of WebAuthn support in our builds of Firefox.

Additional context
The code from Firefox that fails to compile with microG 0.3.9:

                  final AuthenticationExtensionsClientOutputs extensionsClientOutputsData =
                      publicKeyCredentialData.getClientExtensionResults();
                  if (extensionsClientOutputsData != null) {
                    final AuthenticationExtensionsCredPropsOutputs credPropsOutput =
                        extensionsClientOutputsData.getCredProps();
                    if (credPropsOutput != null) {
                      builder.setCredProps(credPropsOutput.getIsDiscoverableCredential());
                    }
                  }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions