Suggestion
When set default authentication strategy the access to the rest explorer is forbidden.
This is particular situation when is not possible to use @authorization.skip() decorator.
My suggestions:
-
Add new property to rest explorer configuration to skip authorization strategy for path where rest explorer is mounted.
-
Add new property to AuthenticationStrategy configuration to specific list of path to skip. Like this
Use Cases
Examples
Acceptance criteria
TBD - will be filled by the team.
Suggestion
When set default authentication strategy the access to the rest explorer is forbidden.
This is particular situation when is not possible to use
@authorization.skip()decorator.My suggestions:
Add new property to rest explorer configuration to skip authorization strategy for path where rest explorer is mounted.
Add new property to
AuthenticationStrategyconfiguration to specific list of path to skip. Like thisUse Cases
Examples
Acceptance criteria
TBD - will be filled by the team.