Securing Mock endpoints with Keycloak #1648
Unanswered
trehman-gsma
asked this question in
Q&A
Replies: 2 comments
-
Thanks @trehman-gsma for opening the discussion on this point. Secure Mock endpoints are out of the scope of Microcks + Keycloak. We have opened a call for contributions to document this type of setting, so I hope some adopters will join forces to contribute and share with the community how they are managing this point, see: https://github.com/microcks/community/tree/main/tools/secure-apis |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hguerrero ? ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I see that Microcks serves its mock APIs under
/rest/**
, and the Microcks UI itself can be secured with Keycloak.Is it possible to also secure the Mock endpoints with Keycloak?
Further details:
/mockEndpoint1
should only be accessible if the incoming access token was grantedscope1
, and/mockEndpoint2
should only be accessible if the incoming access token was grantedscope2
.Any examples or suggestions would be welcomed. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions