Skip to content

Commit

Permalink
FEAT: Releasing 4.46.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sasjssrv committed Jul 26, 2023
1 parent 709b6d9 commit da77d60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 003_macros/mv_registerclient.sas
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
%* generate random client details with openid scope;
%mv_registerclient(scopes=openid )
%* generate random client using consul token as input parameter;
%mv_registerclient(consul_token=12x34sa43v2345n234lasd)
%* generate random client details with all scopes;
%mv_registerclient(scopes=openid *)
%* specific client with just openid scope;
%mv_registerclient(client_id=YourClient
,client_secret=YourSecret
,scopes=openid
)
%* generate random client with 90/180 second access/refresh token expiry;
%mv_registerclient(scopes=openid *
%mv_registerclient(scopes=openid
,access_token_validity=90
,refresh_token_validity=180
)
Expand Down
Binary file modified sasjscore.zip
Binary file not shown.

0 comments on commit da77d60

Please sign in to comment.