8000 Cas: make token as service ticket more general · Issue #1 · rbonatuvic/cas · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cas: make token as service ticket more general #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rbonatuvic opened this issue Aug 10, 2023 · 1 comment
Open

Cas: make token as service ticket more general #1

rbonatuvic opened this issue Aug 10, 2023 · 1 comment
Assignees

Comments

@rbonatuvic
Copy link
Owner

Presently the token as service ticket is specific for JWT.
Convert the relevant classes to operate at a general level so tokens other than JWT can be used.

@rbonatuvic rbonatuvic self-assigned this Aug 10, 2023
@rbonatuvic
Copy link
Owner Author
rbonatuvic commented Aug 10, 2023

RegisteredServiceProperty

  • change JWT_SERVICE_TICKETS to TOKEN_SERVICE_TICKETS
  • change content of TOKEN_AS_SERVICE_TICKET to be generic
  • add JWT_AS_SERVICE_TICKET with content of prior TOKEN_AS_SERVICE_TICKET
  • global search and replace
  • may need to rename other enums for consistency

TokenWebApplicationServiceResponseBuilder

  • add ability to detect multiple token types maybe in generateToken()
  • move JWT specific actions to builder or utility

TokenTicketsConfiguration

  • change tokenTicketBuilder to be a map of TokenTicketBuilder types keyed on ??_AS_SERVICE_TICKET

TokenTicketBuilder

  • change 'jwt' to 'token'

Update docs to be non-JWT specific, though keep example(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant
0