Skip to content

Kotlin DSL Missing OAuth 2.0 Protected Resource Metadata (RFC-9728) #19422

Description

@MarkRx

Support for RFC-9728 was added with #17244 in spring security 7.0. The kotlin DSL needs to be updated to support the new configuration.

The DSL should support this:

http {
	oauth2ResourceServer {
		protectedResourceMetadata {
			// ...
		}
	}
}

OAuth2ResourceServerDsl

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    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