Skip to content

Support redirect url in Client #8

@kpritam

Description

@kpritam
case class Client(
                    name: String,
                    clientType: String = "public",
                    authorizationEnabled: Boolean = false,
                    passwordGrantEnabled: Boolean = true,
                    resourceRoles: Set[String] = Set.empty
)

Should it also contain redirect url's?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions