Skip to content

Custom Authorization Policy with authorizationType = 'Digest' issue #58

@lifeweaver

Description

@lifeweaver

I'm trying to use a CustomAuthorizationPolicy with an authorizationType = 'Digest' but I'm not having any luck. Similar to the example grails-cxf-client-demo, but 'Digest' vs. 'Basic'.

resources.groovy

customAuthorizationPolicy(AuthorizationPolicy) {
        userName = 'test'
        password = 'test'
        authorizationType = 'Digest'
}

Config.groovy

someServiceClient {
            wsdl = 'some.wsdl'
            namespace = 'some.namespace'
            clientInterface = 'some.interface'
            serviceEndpointAddress = 'some.endpoint'
            authorizationPolicy = 'customAuthorizationPolicy'
}

Is an authorizationType = 'Digest' supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions