Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Copy and paste bugs in service_application.py #532

@paulie4

Description

@paulie4

Can you please fix line 149 and line 150 to use the correct self properties? This is what it currently has:

            'aud': audience or self.issuer,
            'sub': subject or self.issuer,

but since the constructor sets self.audience and self.subject, those are the values that should be used, like this:

            'aud': audience or self.audience,
            'sub': subject or self.subject,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions