<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Requesting-an-access-token-with-a-jwt - SOLVED in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327951#M14952</link>
    <description>&lt;P&gt;Hi people,&lt;/P&gt;
&lt;P&gt;According Oauth2 FLOW &lt;A href="https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt&lt;/A&gt;,
I tried to get access token by testing &lt;STRONG&gt;Access Token with a JWT&lt;/STRONG&gt; with my Postman but I have some exceptions server side.
Here How I declared Oauth2 client serveur side :
&lt;span class="lia-inline-image-display-wrapper" image-alt="Image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1931iED90143F50DE7A21/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image" alt="Image" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is My Postman
&lt;span class="lia-inline-image-display-wrapper" image-alt="Image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1937i57098E25850E6584/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image" alt="Image" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is the server logs&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2019-04-05T12:14:44,334 ERROR [https-jsse-nio-0.0.0.0-8443-exec-3] [nuxeo-error-log] javax.servlet.ServletException: java.lang.NullPointerException
	at org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter.doFilter(NuxeoRequestControllerFilter.java:145)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:209)
	at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:244)
	Caused by: java.lang.NullPointerException
	at org.nuxeo.ecm.platform.oauth2.NuxeoOAuth2Servlet.doPostToken(NuxeoOAuth2Servlet.java:358)
	at org.nuxeo.ecm.platform.oauth2.NuxeoOAuth2Servlet.doPost(NuxeoOAuth2Servlet.java:121)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks for help&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 10:32:58 GMT</pubDate>
    <dc:creator>freemann_</dc:creator>
    <dc:date>2019-04-05T10:32:58Z</dc:date>
    <item>
      <title>Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327951#M14952</link>
      <description>&lt;P&gt;Hi people,&lt;/P&gt;
&lt;P&gt;According Oauth2 FLOW &lt;A href="https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt&lt;/A&gt;,
I tried to get access token by testing &lt;STRONG&gt;Access Token with a JWT&lt;/STRONG&gt; with my Postman but I have some exceptions server side.
Here How I declared Oauth2 client serveur side :
&lt;span class="lia-inline-image-display-wrapper" image-alt="Image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1931iED90143F50DE7A21/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image" alt="Image" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is My Postman
&lt;span class="lia-inline-image-display-wrapper" image-alt="Image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1937i57098E25850E6584/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image" alt="Image" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is the server logs&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2019-04-05T12:14:44,334 ERROR [https-jsse-nio-0.0.0.0-8443-exec-3] [nuxeo-error-log] javax.servlet.ServletException: java.lang.NullPointerException
	at org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter.doFilter(NuxeoRequestControllerFilter.java:145)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:209)
	at com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:244)
	Caused by: java.lang.NullPointerException
	at org.nuxeo.ecm.platform.oauth2.NuxeoOAuth2Servlet.doPostToken(NuxeoOAuth2Servlet.java:358)
	at org.nuxeo.ecm.platform.oauth2.NuxeoOAuth2Servlet.doPost(NuxeoOAuth2Servlet.java:121)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks for help&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 10:32:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327951#M14952</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T10:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327952#M14953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When in my postman I delete parameter &lt;CODE&gt;grant_type: 'urn:ietf:params:oauth:grant-type:jwt-bearer'&lt;/CODE&gt;, I get server side this exception :
&lt;CODE&gt;2019-04-05T14:11:35,871 WARN  [https-jsse-nio-0.0.0.0-8443-exec-7] [org.nuxeo.ecm.platform.oauth2.NuxeoOAuth2Servlet] OAuth2 token request error: OAuth2Error(id=unsupported_grant_type, description=Unknown grant_type: got "null", expecting "authorization_code" or "refresh_token".)&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;It seems that this type of grant_type &lt;CODE&gt;urn:ietf:params:oauth:grant-type:jwt-bearer&lt;/CODE&gt; describe in this &lt;A href="https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt&lt;/A&gt; is not supported in nuxeo 10.10 or not implement yet ?
I see in code &lt;CODE&gt;package org.nuxeo.ecm.platform.oauth2&lt;/CODE&gt; theses constants&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;public static final String TOKEN_SERVICE = "org.nuxeo.server.token.store";
036
037    public static final String RESPONSE_TYPE_PARAM = "response_type";
038
039    public static final String CODE_RESPONSE_TYPE = "code";
040
041    public static final String SCOPE_PARAM = "scope";
042
043    public static final String STATE_PARAM = "state";
044
045    public static final String CLIENT_ID_PARAM = "client_id";
046
047    public static final String CLIENT_SECRET_PARAM = "client_secret";
048
049    public static final String REDIRECT_URI_PARAM = "redirect_uri";
050
051    public static final String REDIRECT_URL_PARAM = "redirect_url";
052
053    public static final String AUTHORIZATION_CODE_PARAM = "code";
054
055    public static final String REFRESH_TOKEN_PARAM = "refresh_token";
056
057    public static final String GRANT_TYPE_PARAM = "grant_type";
058
059    public static final String AUTHORIZATION_CODE_GRANT_TYPE = "authorization_code";
060
061    public static final String REFRESH_TOKEN_GRANT_TYPE = "refresh_token";
062
063    /** --------------------------- PKCE --------------------------- */
064    public static final String CODE_CHALLENGE_PARAM = "code_challenge";
065
066    public static final String CODE_CHALLENGE_METHOD_PARAM = "code_challenge_method";
067
068    public static final String CODE_VERIFIER_PARAM = "code_verifier";
069
070    public static final String CODE_CHALLENGE_METHOD_PLAIN = "plain";
071
072    public static final String CODE_CHALLENGE_METHOD_S256 = "S256";
073
074    public static final List&amp;lt;String&amp;gt; CODE_CHALLENGE_METHODS_SUPPORTED = Arrays.asList(CODE_CHALLENGE_METHOD_PLAIN,
075            CODE_CHALLENGE_METHOD_S256);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;No &lt;CODE&gt;assertion&lt;/CODE&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:19:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327952#M14953</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327953#M14954</link>
      <description>&lt;P&gt;The JWT OAuth2 flow is only supported since 10.10-HF02, not before.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:23:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327953#M14954</guid>
      <dc:creator>Thomas_Roger</dc:creator>
      <dc:date>2019-04-05T12:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327954#M14955</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I saw on your screenhost that the exception came from [here](&lt;A href="https://github.com/nuxeo/nuxeo/blob/10.10/nuxeo-features/nuxeo-platform-oauth/src/main/java/org/nuxeo/ecm/platform/oauth2/NuxeoOAuth2Servlet.java#L358"&gt;https://github.com/nuxeo/nuxeo/blob/10.10/nuxeo-features/nuxeo-platform-oauth/src/main/java/org/nuxeo/ecm/platform/oauth2/NuxeoOAuth2Servlet.java#L358&lt;/A&gt; which means that either you don't have set the jwt secret (&lt;CODE&gt;nuxeo.jwt.secret&lt;/CODE&gt; in nuxeo.conf) or your token is not valid.&lt;/P&gt;
&lt;P&gt;I created &lt;A href="https://jira.nuxeo.com/browse/NXP-27175"&gt;NXP-27175&lt;/A&gt; to improve error handling.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:26:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327954#M14955</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2019-04-05T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327955#M14956</link>
      <description>&lt;P&gt;Hi &lt;A href="https://app.quandora.com/object/a49e1cb7-7734-4be9-9f3a-43e1720c7440"&gt;Thomas Roger&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I am running HF03.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1933i903E1AC1A0AFC5A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image" alt="Image" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:29:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327955#M14956</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T12:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327956#M14957</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.nuxeo.com/users/cc7c28ac-9c92-409c-881e-268643b02968"&gt;Kevin Leturc&lt;/A&gt; ,
I have this parameter in my &lt;CODE&gt;nuxeo.conf &lt;/CODE&gt; &lt;CODE&gt;nuxeo.jwt.secret=OTQ5YTI3MmI0ZDBmNGV.....&lt;/CODE&gt;, So I don't understand why nuxeo not read it ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:34:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327956#M14957</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T12:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327957#M14958</link>
      <description>&lt;P&gt;&lt;A href="https://answers.nuxeo.com/users/cc7c28ac-9c92-409c-881e-268643b02968"&gt;Kevin Leturc&lt;/A&gt; ,&lt;/P&gt;
&lt;P&gt;In &lt;A href="https://github.com/nuxeo/nuxeo/blob/10.10/nuxeo-features/nuxeo-platform-oauth/src/main/java/org/nuxeo/ecm/platform/oauth2/Constants.java" target="test_blank"&gt;https://github.com/nuxeo/nuxeo/blob/10.10/nuxeo-features/nuxeo-platform-oauth/src/main/java/org/nuxeo/ecm/platform/oauth2/Constants.java&lt;/A&gt; I see :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;/** @since 11.1 */
public static final String ASSERTION_PARAM = "assertion";

/** @since 11.1 */
public static final String JWT_BEARER_GRANT_TYPE = "urn:ietf:params:oauth:grant-type:jwt-bearer";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It's a confirmation that the jwt grant_type does not exist in 10.10 or HF02 ?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:43:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327957#M14958</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327958#M14959</link>
      <description>&lt;P&gt;Please use comment feature instead of answer one, it's easier to follow.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:49:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327958#M14959</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2019-04-05T12:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327959#M14960</link>
      <description>&lt;P&gt;As you can see on my answer to [Thomas Roger](https&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:53:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327959#M14960</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327960#M14961</link>
      <description>&lt;P&gt;Ok,&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:00:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327960#M14961</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2019-04-05T13:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327961#M14962</link>
      <description>&lt;P&gt;Please read my previous comment below&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:00:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327961#M14962</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2019-04-05T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327962#M14963</link>
      <description>&lt;P&gt;Here is &lt;CODE&gt;TRACE&lt;/CODE&gt; of &lt;CODE&gt;JWTServiceImpl&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:06:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327962#M14963</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T13:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327963#M14964</link>
      <description>&lt;P&gt;Do you generate the token with Nuxeo? Cause Nuxeo uses only HMAC512 algorithm to generate jwt tokens and regarding the error you get it's not the algorithm used in your jwt token.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:12:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327963#M14964</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2019-04-05T13:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327964#M14965</link>
      <description>&lt;P&gt;There's no customisation on this part inside Nuxeo. We use &lt;CODE&gt;HmacSHA512&lt;/CODE&gt; algorithm (&lt;CODE&gt;HS512&lt;/CODE&gt;) to generate and verify tokens, you need to generate a JWT token with this algorithm and the &lt;CODE&gt;nuxeo&lt;/CODE&gt; issuer in the claim (&lt;CODE&gt;iss&lt;/CODE&gt;).&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:31:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327964#M14965</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2019-04-05T13:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327965#M14966</link>
      <description>&lt;P&gt;It would be interesting to add a new parameter in &lt;CODE&gt;nuxeo.conf&lt;/CODE&gt; like &lt;CODE&gt;nuxeo.jwt.alg = HS256 | HS384 | HS512&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327965#M14966</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T13:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327966#M14967</link>
      <description>&lt;P&gt;My jwt use &lt;CODE&gt;HS256&lt;/CODE&gt; Algorithm and &lt;CODE&gt;shared secret base64 encoded&lt;/CODE&gt;, see in https&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:33:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327966#M14967</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327967#M14968</link>
      <description>&lt;P&gt;We see no reason to allow weaker algorithms.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:35:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327967#M14968</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2019-04-05T13:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327968#M14969</link>
      <description>&lt;P&gt;I think it's the responsibility to users to use weaker or strong algorithms. I this case, We must update all our APIS to fit in nuxeo strategy. Users can have choice to update later their app&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:42:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327968#M14969</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-05T13:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327969#M14970</link>
      <description>&lt;P&gt;Hi [Kevin Leturc](https&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 12:16:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327969#M14970</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-15T12:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting-an-access-token-with-a-jwt - SOLVED</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327970#M14971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 14:50:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/requesting-an-access-token-with-a-jwt-solved/m-p/327970#M14971</guid>
      <dc:creator>freemann_</dc:creator>
      <dc:date>2019-04-15T14:50:38Z</dc:date>
    </item>
  </channel>
</rss>

