oidc-library/src/test/java/com/nubisware/oidc/rest/RestHelperTest.java

14 lines
436 B
Java
Raw Normal View History

package com.nubisware.oidc.rest;
public class RestHelperTest {
public RestHelperTest() {
}
public static void main(String[] args) throws Exception {
System.out.println(OpenIdConnectRESTHelper.queryClientToken(
"vre-folder-manager", "4999c6d6-86fd-4f86-a3f8-30c26a95f551",
"https://nubis2.int.d4science.net/auth/realms/d4science/protocol/openid-connect/token").toString());
}
}